Searched refs:GETCHARINC (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 106 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV() 118 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV() 119 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
|
H A D | pcre_exec.c | 214 GETCHARINC(c, eptr); in match_ref() 215 GETCHARINC(d, p); in match_ref() 2929 GETCHARINC(c, eptr); in match() 3290 GETCHARINC(dc, eptr); in match() 3671 GETCHARINC(ch, ecode); in match() 3672 GETCHARINC(c, eptr); in match() 3817 GETCHARINC(d, eptr); in match() 3954 GETCHARINC(d, eptr); in match() 4430 GETCHARINC(c, eptr); in match() 4463 GETCHARINC(c, eptr); in match() [all …]
|
H A D | pcre_internal.h | 615 #define GETCHARINC(c, eptr) c = *eptr++; macro 727 #define GETCHARINC(c, eptr) \ macro 852 #define GETCHARINC(c, eptr) \ macro 923 #define GETCHARINC(c, eptr) \ macro
|
H A D | pcre_study.c | 644 GETCHARINC(c, p); in set_table_bit() 677 GETCHARINC(c, p); in set_table_bit()
|
H A D | pcre_jit_compile.c | 4587 GETCHARINC(c1, src1); in do_utf_caselesscmp() 4588 GETCHARINC(c2, src2); in do_utf_caselesscmp()
|
Completed in 52 milliseconds