--- embedaddon/pcre/doc/html/pcre_exec.html 2013/07/22 08:25:57 1.1.1.3 +++ embedaddon/pcre/doc/html/pcre_exec.html 2014/06/15 19:46:05 1.1.1.4 @@ -20,18 +20,18 @@ SYNOPSIS

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

-

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

-

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


DESCRIPTION