Lines Matching refs:extra_options
1541 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1732 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0)) in PRIV()
1805 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0)) in PRIV()
2359 if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
2364 else if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
2716 if ((cb->cx->extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
3278 if ((cb->cx->extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
4314 if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
4319 else if ((cb->cx->extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
9188 (ccontext->extra_options & ~PUBLIC_COMPILE_EXTRA_OPTIONS) != 0) in pcre2_compile()
9196 (ccontext->extra_options & ~PUBLIC_LITERAL_COMPILE_EXTRA_OPTIONS) != 0)) in pcre2_compile()
9391 if ((ccontext->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) != 0) in pcre2_compile()
9481 if ((ccontext->extra_options & in pcre2_compile()
9618 re->extra_options = ccontext->extra_options; in pcre2_compile()