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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c567 #define callpat frame->Xcallpat macro
625 const pcre_uchar *callpat;
1758 callpat = md->start_code + GET(ecode, 1);
1759 recno = (callpat == md->start_code)? 0 :
1760 GET2(callpat, 1 + LINK_SIZE);
1802 cbegroup = (*callpat >= OP_SBRA);
1806 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
1849 callpat += GET(callpat,
6255 #undef callpat macro
[all...]
H A Dpcre_dfa_exec.c2795 const pcre_uchar *callpat = start_code + GET(code, 1); local
2796 int recno = (callpat == md->start_code)? 0 :
2797 GET2(callpat, 1 + LINK_SIZE);
2820 callpat, /* this subexpression's code */

Completed in 72 milliseconds