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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c535 #define callpat frame->Xcallpat macro
593 const pcre_uchar *callpat;
1730 callpat = md->start_code + GET(ecode, 1);
1731 recno = (callpat == md->start_code)? 0 :
1732 GET2(callpat, 1 + LINK_SIZE);
1772 cbegroup = (*callpat >= OP_SBRA);
1776 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
1809 callpat += GET(callpat,
6249 #undef callpat macro
[all...]
H A Dpcre_dfa_exec.c2747 const pcre_uchar *callpat = start_code + GET(code, 1); local
2748 int recno = (callpat == md->start_code)? 0 :
2749 GET2(callpat, 1 + LINK_SIZE);
2772 callpat, /* this subexpression's code */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c535 #define callpat frame->Xcallpat macro
593 const pcre_uchar *callpat;
1730 callpat = md->start_code + GET(ecode, 1);
1731 recno = (callpat == md->start_code)? 0 :
1732 GET2(callpat, 1 + LINK_SIZE);
1772 cbegroup = (*callpat >= OP_SBRA);
1776 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
1809 callpat += GET(callpat,
6249 #undef callpat macro
[all...]
H A Dpcre_dfa_exec.c2747 const pcre_uchar *callpat = start_code + GET(code, 1); local
2748 int recno = (callpat == md->start_code)? 0 :
2749 GET2(callpat, 1 + LINK_SIZE);
2772 callpat, /* this subexpression's code */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c535 #define callpat frame->Xcallpat macro
593 const pcre_uchar *callpat;
1730 callpat = md->start_code + GET(ecode, 1);
1731 recno = (callpat == md->start_code)? 0 :
1732 GET2(callpat, 1 + LINK_SIZE);
1772 cbegroup = (*callpat >= OP_SBRA);
1776 RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top,
1809 callpat += GET(callpat,
6249 #undef callpat macro
[all...]
H A Dpcre_dfa_exec.c2747 const pcre_uchar *callpat = start_code + GET(code, 1); local
2748 int recno = (callpat == md->start_code)? 0 :
2749 GET2(callpat, 1 + LINK_SIZE);
2772 callpat, /* this subexpression's code */

Completed in 214 milliseconds