Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c310 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
320 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
499 unsigned int rdepth) in match() argument
531 frame->Xrdepth = rdepth; in match()
544 #define rdepth frame->Xrdepth in match() macro
652 if (rdepth == 0) in match()
653 return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1); in match()
656 int len = (char *)&rdepth - (char *)eptr; in match()
709 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()

Completed in 20 milliseconds