Home
last modified time | relevance | path

Searched refs:GETCHARINC (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_xclass.c109 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
121 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
122 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
Dpcre2_intmodedep.h63 #undef GETCHARINC
258 #define GETCHARINC(c, eptr) c = *eptr++; macro
310 #define GETCHARINC(c, eptr) \ macro
408 #define GETCHARINC(c, eptr) \ macro
489 #define GETCHARINC(c, eptr) \ macro
Dpcre2_match.c194 GETCHARINC(c, eptr); in match_ref()
195 GETCHARINC(d, p); in match_ref()
3038 GETCHARINC(c, eptr); in match()
3093 GETCHARINC(c, eptr); in match()
3402 GETCHARINC(dc, eptr); in match()
3768 GETCHARINC(ch, ecode); in match()
3769 GETCHARINC(c, eptr); in match()
3901 GETCHARINC(d, eptr); in match()
3939 GETCHARINC(d, eptr); in match()
4042 GETCHARINC(d, eptr); in match()
[all …]
Dpcre2_jit_compile.c5282 GETCHARINC(c1, src1); in do_utf_caselesscmp()
5283 GETCHARINC(c2, src2); in do_utf_caselesscmp()