Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c567 #define callpat frame->Xcallpat in match() macro
625 const pcre_uchar *callpat; in match()
1755 callpat = md->start_code + GET(ecode, 1); in match()
1756 recno = (callpat == md->start_code)? 0 : in match()
1757 GET2(callpat, 1 + LINK_SIZE); in match()
1799 cbegroup = (*callpat >= OP_SBRA); in match()
1803 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top, in match()
1842 callpat += GET(callpat, 1); in match()
1844 while (*callpat == OP_ALT); in match()
6243 #undef callpat
Dpcre_dfa_exec.c2794 const pcre_uchar *callpat = start_code + GET(code, 1); in internal_dfa_exec() local
2795 int recno = (callpat == md->start_code)? 0 : in internal_dfa_exec()
2796 GET2(callpat, 1 + LINK_SIZE); in internal_dfa_exec()
2819 callpat, /* this subexpression's code */ in internal_dfa_exec()