Lines Matching refs:rdepth
326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
503 rdepth the recursion depth
515 unsigned int rdepth)
547 frame->Xrdepth = rdepth;
560 #define rdepth frame->Xrdepth
668 if (rdepth == 0)
669 return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1);
672 int len = (char *)&rdepth - (char *)eptr;
725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);