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

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

Completed in 42 milliseconds