Home | History | Annotate | Download | only in src

Lines Matching refs:FLD

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