Home
last modified time | relevance | path

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

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

Completed in 45 milliseconds