Searched refs:match_limit_depth (Results 1 – 3 of 3) sorted by relevance
853 uint32_t match_limit_depth; /* As it says */ member905 uint32_t match_limit_depth; /* As it says */ member
554 if (rlevel++ > mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in internal_dfa_match()3373 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()3388 mb->match_limit_depth = mcontext->depth_limit; in pcre2_dfa_match()3395 if (mb->match_limit_depth > re->limit_depth) in pcre2_dfa_match()3396 mb->match_limit_depth = re->limit_depth; in pcre2_dfa_match()
728 if (Frdepth >= mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in match()6327 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()