Home
last modified time | relevance | path

Searched refs:re_pcre (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.c248 (PUBL(free))(preg->re_pcre); in regfree()
285 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp()
292 if (preg->re_pcre == NULL) in regcomp()
298 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, in regcomp()
332 (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0; in regexec()
378 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
H A Dpcreposix.h98 void *re_pcre; member

Completed in 6 milliseconds