Searched refs:re_pcre (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcreposix.c | 236 (PUBL(free))(preg->re_pcre); in regfree() 273 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp() 280 if (preg->re_pcre == NULL) in regcomp() 286 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, in regcomp() 320 (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0; in regexec() 365 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
|
H A D | pcreposix.h | 98 void *re_pcre; member
|
Completed in 25 milliseconds