Home
last modified time | relevance | path

Searched refs:match_limit_recursion (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre.h382 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
395 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
408 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
H A Dpcre_exec.c723 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()
6503 md->match_limit_recursion = MATCH_LIMIT_RECURSION; in pcre_exec()
6520 md->match_limit_recursion = extra_data->match_limit_recursion; in pcre_exec()
6532 re->limit_recursion < md->match_limit_recursion) in pcre_exec()
6533 md->match_limit_recursion = re->limit_recursion; in pcre_exec()
H A Dpcre_internal.h2516 unsigned long int match_limit_recursion; /* As it says */ member
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c527 extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit); in pcre_get_compiled_regex_cache()
775 extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit); in php_pcre_match_impl()
1189 extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit); in php_pcre_replace_impl()
1806 extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit); in php_pcre_split_impl()
2068 extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit); in php_pcre_grep_impl()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt3111 unsigned long int match_limit_recursion;
3175 The match_limit_recursion field is similar to match_limit, but instead
3187 The default value for match_limit_recursion can be set when PCRE is
3190 a pcre_extra block in which match_limit_recursion is set, and
3709 The internal recursion limit, as specified by the match_limit_recursion
4239 that contains a setting of the match_limit or match_limit_recursion
9979 match_limit_recursion() which uses PCRE_EXTRA_MATCH_LIMIT_RECURSION to
9981 matches PCRE does; match_limit_recursion() limits the depth of internal

Completed in 62 milliseconds