Searched refs:PCRE_MLSET (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c226 if ((re->flags & PCRE_MLSET) == 0) return PCRE_ERROR_UNSET;
H A Dpcre_internal.h1089 #define PCRE_MLSET 0x00002000 /* match limit set by regex */ macro
H A Dpcre_compile.c8917 cd->external_flags |= PCRE_MLSET;
H A Dpcre_exec.c6518 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit)
H A Dpcre_jit_compile.c10352 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0;

Completed in 86 milliseconds