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()
1090 #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()
9125 cd->external_flags |= PCRE_MLSET; in pcre_compile2()
10382 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; in PRIV()