Lines Matching refs:overall_options
4364 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in callout_callback()
4411 uint32_t compile_options, overall_options, extra_options; in show_pattern_info() local
4412 BOOL utf = (FLD(compiled_code, overall_options) & PCRE2_UTF) != 0; in show_pattern_info()
4598 pattern_info(PCRE2_INFO_ALLOPTIONS, &overall_options, FALSE); in show_pattern_info()
4607 overall_options &= ~PCRE2_NEVER_UTF; in show_pattern_info()
4613 overall_options &= ~PCRE2_NEVER_UCP; in show_pattern_info()
4616 if ((compile_options|overall_options) != 0) in show_pattern_info()
4618 if (compile_options == overall_options) in show_pattern_info()
4623 show_compile_options(overall_options, "Overall options:", "\n"); in show_pattern_info()
4732 if ((FLD(compiled_code, overall_options) & PCRE2_NO_START_OPTIMIZE) == 0) in show_pattern_info()
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()
6671 ((pcre2_real_code_8 *)preg.re_pcre2_code)->overall_options : in process_data()
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()