Searched defs:invalid_action (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 647 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument 709 #define GETCHARBACK_INVALID(c, ptr, start, invalid_action) \ argument 774 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument 789 #define GETCHARBACK_INVALID(c, ptr, start, invalid_action) \ argument 808 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument 818 #define GETCHARBACK_INVALID(c, ptr, start, invalid_action) \ argument
|