Home
last modified time | relevance | path

Searched refs:external_options (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c3237 (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0) in parse_regex()
8204 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_anchored()
8333 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_startline()
8970 if ((cb->external_options & PCRE2_UTF) != 0 && escape == ESC_C) in get_branchlength()
9031 if ((cb->external_options & PCRE2_MATCH_UNSET_BACKREF) != 0) in get_branchlength()
9078 if ((cb->external_options & PCRE2_MATCH_UNSET_BACKREF) != 0 || in get_branchlength()
9546 cb.external_options = options; in pcre2_compile()
9619 cb.external_options |= p->value; in pcre2_compile()
9678 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
9690 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
[all …]
Dpcre2_intmodedep.h737 uint32_t external_options; /* External (initial) options */ member