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

  /external/pcre/dist2/src/
pcre2_xclass.c 109 GETCHARINC(x, data); /* macro generates multiple statements */
121 GETCHARINC(x, data); /* macro generates multiple statements */
122 GETCHARINC(y, data); /* macro generates multiple statements */
pcre2_intmodedep.h 64 #undef GETCHARINC
264 #define GETCHARINC(c, eptr) c = *eptr++;
316 #define GETCHARINC(c, eptr) \
414 #define GETCHARINC(c, eptr) \
495 #define GETCHARINC(c, eptr) \
    [all...]
pcre2_match.c 400 GETCHARINC(c, eptr);
401 GETCHARINC(d, p);
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 50 milliseconds