Home
last modified time | relevance | path

Searched refs:MATCH_LIMIT (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dconfig.h56 #ifndef MATCH_LIMIT
57 #define MATCH_LIMIT 10000000 macro
69 #define MATCH_LIMIT_DEPTH MATCH_LIMIT
H A Dpcre2_jit_match.c150 arguments.limit_match = (MATCH_LIMIT < re->limit_match)? in pcre2_jit_match()
151 MATCH_LIMIT : re->limit_match; in pcre2_jit_match()
H A Dpcre2_config.c168 *((uint32_t *)where) = MATCH_LIMIT; in pcre2_config()
H A Dpcre2_context.c173 MATCH_LIMIT,

Completed in 14 milliseconds