Home
last modified time | relevance | path

Searched refs:limit_depth (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c144 *((uint32_t *)where) = re->limit_depth; in pcre2_pattern_info()
145 if (re->limit_depth == UINT32_MAX) return PCRE2_ERROR_UNSET; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h632 uint32_t limit_depth; /* Limit set in the pattern */ member
H A Dpcre2_dfa_match.c3525 if (mb->match_limit_depth > re->limit_depth) in pcre2_dfa_match()
3526 mb->match_limit_depth = re->limit_depth; in pcre2_dfa_match()
H A Dpcre2_compile.c10153 uint32_t limit_depth = UINT32_MAX; in pcre2_compile() local
10366 else limit_depth = c; in pcre2_compile()
10639 re->limit_depth = limit_depth; in pcre2_compile()
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 64 milliseconds