Searched refs:limit_depth (Results 1 – 5 of 5) sorted by relevance
144 *((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()
631 uint32_t limit_depth; /* Limit set in the pattern */ member
3473 if (mb->match_limit_depth > re->limit_depth) in pcre2_dfa_match()3474 mb->match_limit_depth = re->limit_depth; in pcre2_dfa_match()
9793 uint32_t limit_depth = UINT32_MAX; in pcre2_compile() local10003 else limit_depth = c; in pcre2_compile()10278 re->limit_depth = limit_depth; in pcre2_compile()
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 68 milliseconds