Searched refs:match_limit (Results 1 – 7 of 7) sorted by relevance
379 unsigned long int match_limit; /* Maximum number of calls to match() */ member392 unsigned long int match_limit; /* Maximum number of calls to match() */ member405 unsigned long int match_limit; /* Maximum number of calls to match() */ member
724 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT); in match()6504 md->match_limit = MATCH_LIMIT; in pcre_exec()6520 md->match_limit = extra_data->match_limit; in pcre_exec()6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) in pcre_exec()6531 md->match_limit = re->limit_match; in pcre_exec()
2515 unsigned long int match_limit; /* As it says */ member
11449 …a_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_u32)(extra_data->match_limit); in PRIV()11542 …a_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (sljit_u32)(extra_data->match_limit); in pcre_jit_exec()
4872 . In the match_data structure, match_limit was an unsigned long int, whereas5230 match_limit a way of specifying a limit on match() calls for a specific
553 extra->match_limit = (unsigned long)PCRE_G(backtrack_limit); in pcre_get_compiled_regex_cache_ex()819 extra->match_limit = (unsigned long)PCRE_G(backtrack_limit); in php_pcre_match_impl()1312 extra->match_limit = (unsigned long)PCRE_G(backtrack_limit); in php_pcre_replace_impl()1571 extra->match_limit = (unsigned long)PCRE_G(backtrack_limit); in php_pcre_replace_func_impl()2268 extra->match_limit = (unsigned long)PCRE_G(backtrack_limit); in php_pcre_split_impl()2595 extra->match_limit = (unsigned long)PCRE_G(backtrack_limit); in php_pcre_grep_impl()
3109 unsigned long int match_limit;3138 The match_limit field provides a means of preventing PCRE from using up3145 repeatedly (sometimes recursively). The limit set by match_limit is3154 that goes on for a very long time, and so the match_limit value is also3161 pcre_extra block in which match_limit is set, and3174 The match_limit_recursion field is similar to match_limit, but instead3178 sive. This limit is of use only if it is set smaller than match_limit.3188 match_limit. You can override the default by suppling pcre_exec() with3656 The backtracking limit, as specified by the match_limit field in a4238 that contains a setting of the match_limit or match_limit_recursion[all …]
Completed in 108 milliseconds