Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c108 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
120 GETCHARINC(x, data); /* macro generates multiple statements */ in PRIV()
121 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
Dpcre_exec.c216 GETCHARINC(c, eptr); in match_ref()
217 GETCHARINC(d, p); in match_ref()
2931 GETCHARINC(c, eptr); in match()
2986 GETCHARINC(c, eptr); in match()
3292 GETCHARINC(dc, eptr); in match()
3673 GETCHARINC(ch, ecode); in match()
3674 GETCHARINC(c, eptr); in match()
3819 GETCHARINC(d, eptr); in match()
3857 GETCHARINC(d, eptr); in match()
3956 GETCHARINC(d, eptr); in match()
[all …]
Dpcre_internal.h615 #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
Dpcre_study.c646 GETCHARINC(c, p); in set_table_bit()
679 GETCHARINC(c, p); in set_table_bit()
Dpcre_jit_compile.c4587 GETCHARINC(c1, src1); in do_utf_caselesscmp()
4588 GETCHARINC(c2, src2); in do_utf_caselesscmp()