Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c229 if ((re->flags & PCRE_RLSET) == 0) return PCRE_ERROR_UNSET; in pcre_fullinfo()
H A Dpcre_internal.h1091 #define PCRE_RLSET 0x00004000 /* recursion limit set by regex */ macro
H A Dpcre_exec.c6531 if ((re->flags & PCRE_RLSET) != 0 && in pcre_exec()
H A Dpcre_compile.c9147 cd->external_flags |= PCRE_RLSET; in pcre_compile2()

Completed in 50 milliseconds