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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c226 if ((re->flags & PCRE_MLSET) == 0) return PCRE_ERROR_UNSET;
H A Dpcre_internal.h1090 #define PCRE_MLSET 0x00002000 /* match limit set by regex */ macro
H A Dpcre_compile.c9144 cd->external_flags |= PCRE_MLSET;
H A Dpcre_exec.c6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit)

Completed in 87 milliseconds