Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
515 unsigned int rdepth) in match() argument
547 frame->Xrdepth = rdepth; in match()
560 #define rdepth frame->Xrdepth in match() macro
668 if (rdepth == 0) in match()
669 return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1); in match()
672 int len = (char *)&rdepth - (char *)eptr; in match()
725 if (rdepth >= md->match_limit_recursion) RRETURN(PCRE_ERROR_RECURSIONLIMIT); in match()

Completed in 17 milliseconds