Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3360 (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()
[all …]
Dpcre2_intmodedep.h704 uint32_t external_options; /* External (initial) options */ member