Searched refs:GETCHARINC (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A 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()
|
H A 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
|
H A D | pcre2_match.c | 409 GETCHARINC(c, eptr); in match_ref() 410 GETCHARINC(d, p); in match_ref() 1018 GETCHARINC(dc, Feptr); in match() 1072 GETCHARINC(ch, Fecode); in match() 1073 GETCHARINC(fc, Feptr); in match() 1596 GETCHARINC(d, Feptr); in match() 1738 GETCHARINC(d, Feptr); in match() 1935 GETCHARINC(fc, Feptr); in match() 2983 GETCHARINC(fc, Feptr); in match() 3016 GETCHARINC(fc, Feptr); in match() [all …]
|
H A D | pcre2_jit_compile.c | 8536 GETCHARINC(c, cc); in do_extuni_utf()
|
Completed in 86 milliseconds