Searched refs:GETCHARINC (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_xclass.c | 109 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()
|
D | pcre2_intmodedep.h | 63 #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
|
D | pcre2_match.c | 194 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 …]
|
D | pcre2_jit_compile.c | 5282 GETCHARINC(c1, src1); in do_utf_caselesscmp() 5283 GETCHARINC(c2, src2); in do_utf_caselesscmp()
|