Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_DEPTHLIMIT (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h385 #define PCRE2_ERROR_DEPTHLIMIT (-53) macro
H A Dpcre2_dfa_match.c559 if (rlevel++ > mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in internal_dfa_match()
H A Dpcre2_match.c747 if (Frdepth >= mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in match()

Completed in 59 milliseconds