• Home
  • Raw
  • Download

Lines Matching refs:FLD

1071 #define FLD(a,b) ((test_mode == PCRE8_MODE)? G(a,8)->b : \  macro
1615 #define FLD(a,b) \ macro
2028 #define FLD(a,b) G(a,8)->b macro
2135 #define FLD(a,b) G(a,16)->b macro
2242 #define FLD(a,b) G(a,32)->b macro
4056 8 * (FLD(compiled_code, flags) & PCRE2_MODE_MASK)); in pattern_info()
4364 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback()
4412 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in show_pattern_info()
4633 (FLD(compiled_code, flags) & PCRE2_BSR_SET) != 0) in show_pattern_info()
4637 if ((FLD(compiled_code, flags) & PCRE2_NL_SET) != 0) in show_pattern_info()
4677 ((FLD(compiled_code, flags) & PCRE2_FIRSTCASELESS) == 0)? in show_pattern_info()
4720 ((FLD(compiled_code, flags) & PCRE2_LASTCASELESS) == 0)? in show_pattern_info()
4732 if ((FLD(compiled_code, overall_options) & PCRE2_NO_START_OPTIMIZE) == 0) in show_pattern_info()
4737 if (FLD(compiled_code, executable_jit) != NULL) in show_pattern_info()
5485 if ((FLD(pat_context, extra_options) & in process_pattern()
5489 FLD(pat_context, extra_options) & ~POSIX_SUPPORTED_COMPILE_EXTRA_OPTIONS, in process_pattern()
5503 if (FLD(pat_context, max_pattern_length) != PCRE2_UNSET) in process_pattern()
5505 if (FLD(pat_context, parens_nest_limit) != PARENS_NEST_DEFAULT) in process_pattern()
5898 if ((FLD(compiled_code, flags) & PCRE2_HASBKPORX) != 0) in process_pattern()
5921 SETFLD(compiled_code, flags, FLD(compiled_code, flags) | PCRE2_NL_SET); in process_pattern()
6105 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in substitute_callout_function()
6161 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_function()
6672 FLD(compiled_code, overall_options)) & PCRE2_UTF) != 0; in process_data()
6674 utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in process_data()
7186 FLD(compiled_code, executable_jit) != NULL) in process_data()
7272 ovector = FLD(match_data, ovector); in process_data()
7556 if (FLD(compiled_code, executable_jit) == NULL || in process_data()
7565 if (FLD(compiled_code, executable_jit) == NULL || in process_data()
7657 if ((FLD(match_data, flags) & PCRE2_MD_COPIED_SUBJECT) == 0) in process_data()
7768 leftchar = FLD(match_data, leftchar); in process_data()
7769 rightchar = FLD(match_data, rightchar); in process_data()
7866 leftchar = FLD(match_data, leftchar); in process_data()
7930 uint16_t nl = FLD(compiled_code, newline_convention); in process_data()
8017 PCRE2_SIZE match_offset = FLD(match_data, ovector)[0]; in process_data()
8018 PCRE2_SIZE end_offset = FLD(match_data, ovector)[1]; in process_data()