Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c443 mcontext->depth_limit = limit; in pcre2_set_depth_limit()
H A Dpcre2_intmodedep.h593 uint32_t depth_limit; member
H A Dpcre2_dfa_match.c3503 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()
H A Dpcre2_match.c7045 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 31 milliseconds