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 | 64 #undef GETCHARINC 264 #define GETCHARINC(c, eptr) c = *eptr++; macro 316 #define GETCHARINC(c, eptr) \ macro 414 #define GETCHARINC(c, eptr) \ macro 495 #define GETCHARINC(c, eptr) \ macro
|
D | pcre2_match.c | 400 GETCHARINC(c, eptr); in match_ref() 401 GETCHARINC(d, p); in match_ref() 980 GETCHARINC(dc, Feptr); in match() 1013 GETCHARINC(ch, Fecode); in match() 1014 GETCHARINC(fc, Feptr); in match() 1506 GETCHARINC(d, Feptr); in match() 1545 GETCHARINC(d, Feptr); in match() 1648 GETCHARINC(d, Feptr); in match() 1685 GETCHARINC(d, Feptr); in match() 1845 GETCHARINC(fc, Feptr); in match() [all …]
|
D | pcre2_jit_compile.c | 6241 GETCHARINC(c1, src1); in do_utf_caselesscmp() 6242 GETCHARINC(c2, src2); in do_utf_caselesscmp() 7233 GETCHARINC(c, cc); in do_extuni_utf() 7291 GETCHARINC(c, cc); in do_extuni_no_utf()
|