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

/barrelfish-2018-10-04/lib/pcre/
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)
503 rdepth the recursion depth
515 unsigned int rdepth)
547 frame->Xrdepth = rdepth;
560 #define rdepth frame->Xrdepth macro
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 >
513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb, unsigned int rdepth) argument
[all...]

Completed in 33 milliseconds