Parent Directory
|
Revision Log
|
Patch
| revision 690 by ph10, Sun Aug 28 10:50:07 2011 UTC | revision 691 by ph10, Sun Sep 11 14:31:21 2011 UTC | |
|---|---|---|
| # | Line 1943 extern BOOL _pcre_xclass(int, c | Line 1943 extern BOOL _pcre_xclass(int, c |
| 1943 | ||
| 1944 | #ifdef SUPPORT_JIT | #ifdef SUPPORT_JIT |
| 1945 | extern void _pcre_jit_compile(const real_pcre *, pcre_extra *); | extern void _pcre_jit_compile(const real_pcre *, pcre_extra *); |
| 1946 | extern int _pcre_jit_exec(const real_pcre *, void *, PCRE_SPTR, | extern int _pcre_jit_exec(const real_pcre *, void *, PCRE_SPTR, |
| 1947 | int, int, int, int, int *, int); | int, int, int, int, int *, int); |
| 1948 | extern void _pcre_jit_free(void *); | extern void _pcre_jit_free(void *); |
| 1949 | #endif | #endif |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |