Searched refs:depth_limit (Results 1 – 4 of 4) sorted by relevance
451 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
594 uint32_t depth_limit; member
3503 mb->match_limit_depth = PRIV(default_match_context).depth_limit; in pcre2_dfa_match()3518 mb->match_limit_depth = mcontext->depth_limit; in pcre2_dfa_match()
7045 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()7046 mcontext->depth_limit : re->limit_depth; in pcre2_match()
Completed in 33 milliseconds