Searched refs:depth_limit (Results 1 – 4 of 4) sorted by relevance
435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
592 uint32_t depth_limit; member
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()
6824 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()6825 mcontext->depth_limit : re->limit_depth; in pcre2_match()
Completed in 32 milliseconds