• Home
  • Raw
  • Download

Lines Matching refs:FLD

1025 #define FLD(a,b) ((test_mode == PCRE8_MODE)? G(a,8)->b : \  macro
1558 #define FLD(a,b) \ macro
1963 #define FLD(a,b) G(a,8)->b macro
2067 #define FLD(a,b) G(a,16)->b macro
2171 #define FLD(a,b) G(a,32)->b macro
3975 8 * (FLD(compiled_code, flags) & PCRE2_MODE_MASK)); in pattern_info()
4273 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback()
4494 (FLD(compiled_code, flags) & PCRE2_BSR_SET) != 0) in show_pattern_info()
4498 if ((FLD(compiled_code, flags) & PCRE2_NL_SET) != 0) in show_pattern_info()
4538 ((FLD(compiled_code, flags) & PCRE2_FIRSTCASELESS) == 0)? in show_pattern_info()
4581 ((FLD(compiled_code, flags) & PCRE2_LASTCASELESS) == 0)? in show_pattern_info()
4597 if (FLD(compiled_code, executable_jit) != NULL) in show_pattern_info()
5295 if ((FLD(pat_context, extra_options) & in process_pattern()
5299 FLD(pat_context, extra_options) & ~POSIX_SUPPORTED_COMPILE_EXTRA_OPTIONS, in process_pattern()
5313 if (FLD(pat_context, max_pattern_length) != PCRE2_UNSET) in process_pattern()
5315 if (FLD(pat_context, parens_nest_limit) != PARENS_NEST_DEFAULT) in process_pattern()
5707 if ((FLD(compiled_code, flags) & PCRE2_HASBKPORX) != 0) in process_pattern()
5725 SETFLD(compiled_code, flags, FLD(compiled_code, flags) | PCRE2_NL_SET); in process_pattern()
5910 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function()
6377 FLD(compiled_code, overall_options)) & PCRE2_UTF) != 0; in process_data()
6379 utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in process_data()
6872 FLD(compiled_code, executable_jit) != NULL) in process_data()
7130 ovector = FLD(match_data, ovector); in process_data()
7202 if (FLD(compiled_code, executable_jit) == NULL || in process_data()
7211 if (FLD(compiled_code, executable_jit) == NULL || in process_data()
7398 leftchar = FLD(match_data, leftchar); in process_data()
7399 rightchar = FLD(match_data, rightchar); in process_data()
7544 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
7626 PCRE2_SIZE match_offset = FLD(match_data, ovector)[0]; in process_data()
7627 PCRE2_SIZE end_offset = FLD(match_data, ovector)[1]; in process_data()