Lines Matching refs:external_options
3360 (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0) in scan_for_captures()
4305 (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0) in compile_branch()
7991 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_anchored()
8115 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_startline()
8437 cb.external_options = options; in pcre2_compile()
8486 cb.external_options |= p->value; in pcre2_compile()
8542 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
8552 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
8567 if ((cb.external_options & (PCRE2_UCP|PCRE2_NEVER_UCP)) == in pcre2_compile()
8617 errorcode = scan_for_captures(&ptr, cb.external_options, &cb); in pcre2_compile()
8657 (void)compile_regex(cb.external_options, &code, &ptr, &errorcode, FALSE, in pcre2_compile()
8690 re->overall_options = cb.external_options; in pcre2_compile()