Home
last modified time | relevance | path

Searched refs:depth_limit (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c435 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
H A Dpcre2_intmodedep.h592 uint32_t depth_limit; member
H A Dpcre2_dfa_match.c3392 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()
H A Dpcre2_match.c6616 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()
6617 mcontext->depth_limit : re->limit_depth; in pcre2_match()

Completed in 35 milliseconds