Searched refs:match_limit_depth (Results 1 – 3 of 3) sorted by relevance
852 uint32_t match_limit_depth; /* As it says */ member906 uint32_t match_limit_depth; /* As it says */ member
559 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()
747 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 33 milliseconds