Lines Matching refs:external_options
3399 (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0) in parse_regex()
8459 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_anchored()
8588 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_startline()
9241 if ((cb->external_options & PCRE2_UTF) != 0 && escape == ESC_C) in get_branchlength()
9305 if ((cb->external_options & PCRE2_MATCH_UNSET_BACKREF) != 0) in get_branchlength()
9352 if ((cb->external_options & PCRE2_MATCH_UNSET_BACKREF) != 0 || in get_branchlength()
9889 cb.external_options = options; in pcre2_compile()
9962 cb.external_options |= p->value; in pcre2_compile()
10021 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
10033 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
10056 ucp = (cb.external_options & PCRE2_UCP) != 0; in pcre2_compile()
10057 if (ucp && (cb.external_options & PCRE2_NEVER_UCP) != 0) in pcre2_compile()
10158 errorcode = parse_regex(ptr, cb.external_options, &has_lookbehind, &cb); in pcre2_compile()
10230 (void)compile_regex(cb.external_options, &code, &pptr, &errorcode, 0, &firstcu, in pcre2_compile()
10273 re->overall_options = cb.external_options; in pcre2_compile()