Searched refs:match_limit (Results 1 – 6 of 6) sorted by relevance
364 unsigned long int match_limit; /* Maximum number of calls to match() */ member377 unsigned long int match_limit; /* Maximum number of calls to match() */ member390 unsigned long int match_limit; /* Maximum number of calls to match() */ member
708 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT); in match()6388 md->match_limit = MATCH_LIMIT; in pcre_exec()6402 md->match_limit = extra_data->match_limit; in pcre_exec()
2463 unsigned long int match_limit; /* As it says */ member
3749 . In the match_data structure, match_limit was an unsigned long int, whereas4107 match_limit a way of specifying a limit on match() calls for a specific
594 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_match_impl()1014 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_replace_impl()1487 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_split_impl()1754 extra->match_limit = PCRE_G(backtrack_limit); in php_pcre_grep_impl()
2975 unsigned long int match_limit;3004 The match_limit field provides a means of preventing PCRE from using up3011 repeatedly (sometimes recursively). The limit set by match_limit is3020 that goes on for a very long time, and so the match_limit value is also3027 pcre_extra block in which match_limit is set, and3031 The match_limit_recursion field is similar to match_limit, but instead3035 sive. This limit is of use only if it is set smaller than match_limit.3045 match_limit. You can override the default by suppling pcre_exec() with3492 The backtracking limit, as specified by the match_limit field in a4064 that contains a setting of the match_limit or match_limit_recursion[all …]
Completed in 84 milliseconds