Searched refs:PCRE2_ERROR_DEPTHLIMIT (Results 1 – 3 of 3) sorted by relevance
387 #define PCRE2_ERROR_DEPTHLIMIT (-53) macro
559 if (rlevel++ > mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in internal_dfa_match()
747 if (Frdepth >= mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in match()
Completed in 32 milliseconds