Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c226 if ((re->flags & PCRE_MLSET) == 0) return PCRE_ERROR_UNSET; in pcre_fullinfo()
H A Dpcre_internal.h1094 #define PCRE_MLSET 0x00002000 /* match limit set by regex */ macro
H A Dpcre_exec.c6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) in pcre_exec()
H A Dpcre_compile.c9125 cd->external_flags |= PCRE_MLSET; in pcre_compile2()
H A Dpcre_jit_compile.c10382 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; in PRIV()

Completed in 79 milliseconds