Searched refs:PCRE_MLSET (Results 1 – 5 of 5) sorted by relevance
226 if ((re->flags & PCRE_MLSET) == 0) return PCRE_ERROR_UNSET; in pcre_fullinfo()
1093 #define PCRE_MLSET 0x00002000 /* match limit set by regex */ macro
6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) in pcre_exec()
8999 cd->external_flags |= PCRE_MLSET; in pcre_compile2()
10339 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; in PRIV()
Completed in 65 milliseconds