Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c1122 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV()
1123 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2_compile.c3312 (cb->external_options & PCRE2_ALLOW_EMPTY_CLASS) != 0) in parse_regex()
8364 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_anchored()
8493 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_startline()
9211 if ((cb->external_options & PCRE2_MATCH_UNSET_BACKREF) != 0) in get_branchlength()
9795 cb.external_options = options; in pcre2_compile()
9868 cb.external_options |= p->value; in pcre2_compile()
9927 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
9939 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
9962 ucp = (cb.external_options & PCRE2_UCP) != 0; in pcre2_compile()
9963 if (ucp && (cb.external_options & PCRE2_NEVER_UCP) != 0) in pcre2_compile()
[all …]
H A Dpcre2_intmodedep.h736 uint32_t external_options; /* External (initial) options */ member

Completed in 36 milliseconds