HomeSort by relevance Sort by last modified time
    Searched refs:GETCHARINC (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist/
pcre_xclass.c 108 GETCHARINC(x, data); /* macro generates multiple statements */
120 GETCHARINC(x, data); /* macro generates multiple statements */
121 GETCHARINC(y, data); /* macro generates multiple statements */
pcre_internal.h 615 #define GETCHARINC(c, eptr) c = *eptr++;
727 #define GETCHARINC(c, eptr) \
852 #define GETCHARINC(c, eptr) \
923 #define GETCHARINC(c, eptr) \
    [all...]
pcre_exec.c 216 GETCHARINC(c, eptr);
217 GETCHARINC(d, p);
    [all...]
pcre_study.c 604 GETCHARINC(c, p);
637 GETCHARINC(c, p);
    [all...]
pcre_jit_compile.c     [all...]

Completed in 71 milliseconds