Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dconfig.h51 #ifndef MATCH_LIMIT
52 #define MATCH_LIMIT 10000000 macro
64 #define MATCH_LIMIT_DEPTH MATCH_LIMIT
H A Dpcre2_jit_match.c155 arguments.limit_match = (MATCH_LIMIT < re->limit_match)? in pcre2_jit_match()
156 MATCH_LIMIT : re->limit_match; in pcre2_jit_match()
H A Dpcre2_config.c170 *((uint32_t *)where) = MATCH_LIMIT; in pcre2_config()
H A Dpcre2_context.c178 MATCH_LIMIT,

Completed in 8 milliseconds