Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c180 #define Frdepth F->rdepth macro
613 Frdepth = 0; /* "Recursion" depth */ in match()
659 fprintf(stderr, "++ RMATCH %2d frame=%d", Freturn_id, Frdepth + 1); in match()
697 N->rdepth = Frdepth + 1; in match()
727 if (Frdepth >= mb->match_limit_depth) return PCRE2_ERROR_DEPTHLIMIT; in match()
4975 if (mb->hasthen || Frdepth == 0) in match()
5939 if (Frdepth == 0) return rrc; /* Exit from the top level */ in match()