Home
last modified time | relevance | path

Searched refs:MATCH_LIMIT (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c11449 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_… in PRIV()
11542 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_… in pcre_jit_exec()
H A Dpcre_config.c169 *((unsigned long int *)where) = MATCH_LIMIT; in pcre_config()
H A Dpcre_exec.c6504 md->match_limit = MATCH_LIMIT; in pcre_exec()
H A DChangeLog4165 of recursive calls to match(). This is different to MATCH_LIMIT because
H A Dconfig.h252 #ifndef MATCH_LIMIT
253 #define MATCH_LIMIT 10000000 macro
266 #define MATCH_LIMIT_RECURSION MATCH_LIMIT

Completed in 82 milliseconds