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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c231 if ((re->flags & PCRE_RLSET) == 0) return PCRE_ERROR_UNSET;
H A Dpcre_internal.h1091 #define PCRE_RLSET 0x00004000 /* recursion limit set by regex */ macro
H A Dpcre_compile.c9163 cd->external_flags |= PCRE_RLSET;
H A Dpcre_exec.c6533 if ((re->flags & PCRE_RLSET) != 0 &&

Completed in 133 milliseconds