Lines Matching refs:extra_options

1505   int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass,  in PRIV()
1542 if (c == CHAR_CR && (extra_options & PCRE2_EXTRA_ESCAPED_CR_IS_LF) != 0) in PRIV()
1606 ((options & PCRE2_ALT_BSUX) | (extra_options & PCRE2_EXTRA_ALT_BSUX)) != 0; in PRIV()
1644 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV()
1688 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1883 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1956 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
2614 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local
2638 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
2643 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
2820 cb->cx->extra_options, FALSE, cb); in parse_regex()
3013 cb->cx->extra_options, FALSE, cb); in parse_regex()
3017 if ((extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
3590 cb->cx->extra_options, TRUE, cb); in parse_regex()
3594 if ((extra_options & PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL) == 0) in parse_regex()
4783 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
4788 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
7904 (cb->cx->extra_options & PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK) == 0) in compile_branch()
9843 (ccontext->extra_options & ~PUBLIC_COMPILE_EXTRA_OPTIONS) != 0) in pcre2_compile()
9851 (ccontext->extra_options & ~PUBLIC_LITERAL_COMPILE_EXTRA_OPTIONS) != 0)) in pcre2_compile()
10046 if ((ccontext->extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) != 0) in pcre2_compile()
10136 if ((ccontext->extra_options & in pcre2_compile()
10274 re->extra_options = ccontext->extra_options; in pcre2_compile()