Searched refs:SETFLD (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 1448 #define SETFLD(x,y,z) \ macro 1906 #define SETFLD(x,y,z) \ macro 2047 #define SETFLD(x,y,z) G(x,8)->y = z macro 2151 #define SETFLD(x,y,z) G(x,16)->y = z macro 2255 #define SETFLD(x,y,z) G(x,32)->y = z macro 5590 SETFLD(pat_context, newline_convention, local_newline_default); in process_pattern() 5725 SETFLD(compiled_code, flags, FLD(compiled_code, flags) | PCRE2_NL_SET); in process_pattern() 6941 SETFLD(match_data, oveccount, dat_datctl.oveccount); in process_data()
|