Searched refs:external_options (Results 1 – 3 of 3) sorted by relevance
3291 (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0) in parse_regex()8333 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_anchored()8462 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_startline()9116 if ((cb->external_options & PCRE2_UTF) != 0 && escape == ESC_C) in get_branchlength()9180 if ((cb->external_options & PCRE2_MATCH_UNSET_BACKREF) != 0) in get_branchlength()9227 if ((cb->external_options & PCRE2_MATCH_UNSET_BACKREF) != 0 || in get_branchlength()9764 cb.external_options = options; in pcre2_compile()9837 cb.external_options |= p->value; in pcre2_compile()9896 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()9908 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()[all …]
1121 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV()1122 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()
736 uint32_t external_options; /* External (initial) options */ member