Home
last modified time | relevance | path

Searched refs:match_limit (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre.h364 unsigned long int match_limit; /* Maximum number of calls to match() */ member
377 unsigned long int match_limit; /* Maximum number of calls to match() */ member
390 unsigned long int match_limit; /* Maximum number of calls to match() */ member
H A Dpcre_exec.c708 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()
H A Dpcre_internal.h2463 unsigned long int match_limit; /* As it says */ member
H A DChangeLog3749 . In the match_data structure, match_limit was an unsigned long int, whereas
4107 match_limit a way of specifying a limit on match() calls for a specific
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c594 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()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2975 unsigned long int match_limit;
3004 The match_limit field provides a means of preventing PCRE from using up
3011 repeatedly (sometimes recursively). The limit set by match_limit is
3020 that goes on for a very long time, and so the match_limit value is also
3027 pcre_extra block in which match_limit is set, and
3031 The match_limit_recursion field is similar to match_limit, but instead
3035 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() with
3492 The backtracking limit, as specified by the match_limit field in a
4064 that contains a setting of the match_limit or match_limit_recursion
[all …]

Completed in 79 milliseconds