Lines Matching refs:extra_options

1501   int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass,  in PRIV()
1538 if (c == CHAR_CR && (extra_options & PCRE2_EXTRA_ESCAPED_CR_IS_LF) != 0) in PRIV()
1602 ((options & PCRE2_ALT_BSUX) | (extra_options & PCRE2_EXTRA_ALT_BSUX)) != 0; in PRIV()
1640 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV()
1684 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1879 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1952 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
2527 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local
2551 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
2556 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
2733 cb->cx->extra_options, FALSE, cb); in parse_regex()
2926 cb->cx->extra_options, FALSE, cb); in parse_regex()
2930 if ((extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
3503 cb->cx->extra_options, TRUE, cb); in parse_regex()
3507 if ((extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
4696 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
4701 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
7809 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK) == 0) in compile_branch()
9749 (ccontext->extra_options & ~PUBLIC_COMPILE_EXTRA_OPTIONS) != 0) in pcre2_compile()
9757 (ccontext->extra_options & ~PUBLIC_LITERAL_COMPILE_EXTRA_OPTIONS) != 0)) in pcre2_compile()
9952 if ((ccontext->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) != 0) in pcre2_compile()
10042 if ((ccontext->extra_options & in pcre2_compile()
10180 re->extra_options = ccontext->extra_options; in pcre2_compile()