Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/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.h64 #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
Dpcre2_match.c408 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 …]
Dpcre2_jit_compile.c8536 GETCHARINC(c, cc); in do_extuni_utf()
/third_party/pcre2/pcre2/maint/
Ducptest.c908 GETCHARINC(c, t); in process_command_line()