Searched refs:callpat (Results 1 – 2 of 2) sorted by relevance
567 #define callpat frame->Xcallpat in match() macro625 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
2795 const pcre_uchar *callpat = start_code + GET(code, 1); in internal_dfa_exec() local2796 int recno = (callpat == md->start_code)? 0 : in internal_dfa_exec()2797 GET2(callpat, 1 + LINK_SIZE); in internal_dfa_exec()2820 callpat, /* this subexpression's code */ in internal_dfa_exec()