Lines Matching refs:extra_options
1484 int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass, in PRIV()
1521 if (c == CHAR_CR && (extra_options & PCRE2_EXTRA_ESCAPED_CR_IS_LF) != 0) in PRIV()
1585 ((options & PCRE2_ALT_BSUX) | (extra_options & PCRE2_EXTRA_ALT_BSUX)) != 0; in PRIV()
1623 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV()
1667 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1858 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1931 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
2506 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local
2530 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
2535 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
2712 cb->cx->extra_options, FALSE, cb); in parse_regex()
2905 cb->cx->extra_options, FALSE, cb); in parse_regex()
2909 if ((extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
3482 cb->cx->extra_options, TRUE, cb); in parse_regex()
3486 if ((extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
4675 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
4680 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
9718 (ccontext->extra_options & ~PUBLIC_COMPILE_EXTRA_OPTIONS) != 0) in pcre2_compile()
9726 (ccontext->extra_options & ~PUBLIC_LITERAL_COMPILE_EXTRA_OPTIONS) != 0)) in pcre2_compile()
9921 if ((ccontext->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) != 0) in pcre2_compile()
10011 if ((ccontext->extra_options & in pcre2_compile()
10148 re->extra_options = ccontext->extra_options; in pcre2_compile()