Home
last modified time | relevance | path

Searched refs:match_limit_depth (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h863 uint32_t match_limit_depth; /* As it says */ member
917 uint32_t match_limit_depth; /* As it says */ member
H A Dpcre2_dfa_match.c559 if (rlevel++ > mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in internal_dfa_match()
3451 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()
3466 mb->match_limit_depth = mcontext->depth_limit; in pcre2_dfa_match()
3473 if (mb->match_limit_depth > re->limit_depth) in pcre2_dfa_match()
3474 mb->match_limit_depth = re->limit_depth; in pcre2_dfa_match()
H A Dpcre2_match.c761 if (Frdepth >= mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in match()
6824 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()

Completed in 66 milliseconds