Home | History | Annotate | Download | only in src

Lines Matching refs:external_options

3360         (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0)
4305 (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0)
7991 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0)
8115 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0)
8437 cb.external_options = options;
8486 cb.external_options |= p->value;
8542 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0)
8550 modified by (*UTF) etc in cb->external_options. */
8552 utf = (cb.external_options & PCRE2_UTF) != 0;
8567 if ((cb.external_options & (PCRE2_UCP|PCRE2_NEVER_UCP)) ==
8617 errorcode = scan_for_captures(&ptr, cb.external_options, &cb);
8657 (void)compile_regex(cb.external_options, &code, &ptr, &errorcode, FALSE,
8690 re->overall_options = cb.external_options;