--- embedaddon/pcre/doc/html/pcre_jit_exec.html 2013/07/22 08:25:57 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_jit_exec.html 2014/06/15 19:46:05 1.1.1.2 @@ -20,21 +20,21 @@ SYNOPSIS

int pcre_jit_exec(const pcre *code, const pcre_extra *extra, -const char *subject, int length, int startoffset, -int options, int *ovector, int ovecsize, -pcre_jit_stack *jstack); -

-

+ const char *subject, int length, int startoffset, + int options, int *ovector, int ovecsize, + pcre_jit_stack *jstack); +
+
int pcre16_jit_exec(const pcre16 *code, const pcre16_extra *extra, -PCRE_SPTR16 subject, int length, int startoffset, -int options, int *ovector, int ovecsize, -pcre_jit_stack *jstack); -

-

+ PCRE_SPTR16 subject, int length, int startoffset, + int options, int *ovector, int ovecsize, + pcre_jit_stack *jstack); +
+
int pcre32_jit_exec(const pcre32 *code, const pcre32_extra *extra, -PCRE_SPTR32 subject, int length, int startoffset, -int options, int *ovector, int ovecsize, -pcre_jit_stack *jstack); + PCRE_SPTR32 subject, int length, int startoffset, + int options, int *ovector, int ovecsize, + pcre_jit_stack *jstack);


DESCRIPTION