Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c181 #define Frdepth F->rdepth macro
633 Frdepth = 0; /* "Recursion" depth */ in match()
679 fprintf(stderr, "++ RMATCH %2d frame=%d", Freturn_id, Frdepth + 1); in match()
717 N->rdepth = Frdepth + 1; in match()
747 if (Frdepth >= mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in match()
5048 if (mb->hasthen || Frdepth == 0) in match()
6043 if (Frdepth == 0) return rrc; /* Exit from the top level */ in match()

Completed in 35 milliseconds