Searched refs:re_pcre (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcreposix.c | 247 (PUBL(free))(preg->re_pcre); in regfree() 284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp() 291 if (preg->re_pcre == NULL) in regcomp() 297 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, in regcomp() 331 (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0; in regexec() 376 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 10 milliseconds