Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c567 #define callpat frame->Xcallpat in match() macro
625 const pcre_uchar *callpat; in match()
1758 callpat = md->start_code + GET(ecode, 1); in match()
1759 recno = (callpat == md->start_code)? 0 : in match()
1760 GET2(callpat, 1 + LINK_SIZE); in match()
1802 cbegroup = (*callpat >= OP_SBRA); in match()
1806 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top, in match()
1849 callpat += GET(callpat, 1); in match()
1851 while (*callpat == OP_ALT); in match()
6255 #undef callpat

Completed in 16 milliseconds