Searched refs:GETCHARINC (Results 1 – 5 of 5) sorted by relevance
/third_party/pcre2/pcre2/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 263 #define GETCHARINC(c, eptr) c = *eptr++; macro 315 #define GETCHARINC(c, eptr) \ macro 413 #define GETCHARINC(c, eptr) \ macro 494 #define GETCHARINC(c, eptr) \ macro
|
D | pcre2_match.c | 408 GETCHARINC(c, eptr); in match_ref() 409 GETCHARINC(d, p); in match_ref() 1004 GETCHARINC(dc, Feptr); in match() 1058 GETCHARINC(ch, Fecode); in match() 1059 GETCHARINC(fc, Feptr); in match() 1582 GETCHARINC(d, Feptr); in match() 1621 GETCHARINC(d, Feptr); in match() 1724 GETCHARINC(d, Feptr); in match() 1761 GETCHARINC(d, Feptr); in match() 1921 GETCHARINC(fc, Feptr); in match() [all …]
|
D | pcre2_jit_compile.c | 8536 GETCHARINC(c, cc); in do_extuni_utf()
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 908 GETCHARINC(c, t); in process_command_line()
|