Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
Dpcre2_intmodedep.h630 uint32_t limit_depth; /* Limit set in the pattern */ member
Dpcre2_dfa_match.c3382 if (mb->match_limit_depth > re->limit_depth) in pcre2_dfa_match()
3383 mb->match_limit_depth = re->limit_depth; in pcre2_dfa_match()
Dpcre2_compile.c9142 uint32_t limit_depth = UINT32_MAX; in pcre2_compile() local
9348 else limit_depth = c; in pcre2_compile()
9622 re->limit_depth = limit_depth; in pcre2_compile()
Dpcre2_match.c6288 mb->match_limit_depth = (mcontext->depth_limit < re->limit_depth)? in pcre2_match()
6289 mcontext->depth_limit : re->limit_depth; in pcre2_match()
/external/pcre/dist2/doc/
Dpcre2.txt3832 --with-match-limit_depth=10000