HomeSort by relevance Sort by last modified time
    Searched full:re_pcre (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist/
pcreposix.c 247 (PUBL(free))(preg->re_pcre);
284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,
291 if (preg->re_pcre == NULL)
297 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT,
331 (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0;
376 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so),
pcreposix.h 98 void *re_pcre; member in struct:__anon33104
pcretest.c     [all...]

Completed in 3359 milliseconds