Searched refs:PCRE_RLSET (Results 1 - 4 of 4) sorted by relevance

/external/pcre/dist/
H A Dpcre_fullinfo.c231 if ((re->flags & PCRE_RLSET) == 0) return PCRE_ERROR_UNSET;
H A Dpcre_internal.h1090 #define PCRE_RLSET 0x00004000 /* recursion limit set by regex */ macro
H A Dpcre_compile.c8932 cd->external_flags |= PCRE_RLSET;
H A Dpcre_exec.c6521 if ((re->flags & PCRE_RLSET) != 0 &&

Completed in 108 milliseconds