rdepth            324 ext/pcre/pcrelib/pcre_exec.c   rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
rdepth            334 ext/pcre/pcrelib/pcre_exec.c   rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
rdepth            513 ext/pcre/pcrelib/pcre_exec.c   unsigned int rdepth)
rdepth            545 ext/pcre/pcrelib/pcre_exec.c frame->Xrdepth = rdepth;
rdepth            666 ext/pcre/pcrelib/pcre_exec.c   if (rdepth == 0)
rdepth            667 ext/pcre/pcrelib/pcre_exec.c     return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1);
rdepth            670 ext/pcre/pcrelib/pcre_exec.c     int len = (char *)&rdepth - (char *)eptr;
rdepth            723 ext/pcre/pcrelib/pcre_exec.c if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT);