Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h852 uint32_t match_limit_depth; /* As it says */ member
906 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()
3392 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()
3407 mb->match_limit_depth = mcontext->depth_limit; in pcre2_dfa_match()
3414 if (mb->match_limit_depth > re->limit_depth) in pcre2_dfa_match()
3415 mb->match_limit_depth = re->limit_depth; in pcre2_dfa_match()
H A Dpcre2_match.c747 if (Frdepth >= mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in match()
6616 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()

Completed in 37 milliseconds