Home
last modified time | relevance | path

Searched refs:overall_options (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c133 code->overall_options, code->extra_options, FALSE, NULL); in find_text_end()
238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute()
239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute()
423 else if ((code->overall_options & PCRE2_UTF) != 0) in pcre2_substitute()
854 code->overall_options, code->extra_options, FALSE, NULL); in pcre2_substitute()
H A Dpcre2_pattern_info.c124 *((uint32_t *)where) = re->overall_options; in pcre2_pattern_info()
281 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_callout_enumerate()
H A Dpcre2_dfa_match.c3368 ((re->overall_options | options) & PCRE2_ENDANCHORED) != 0) in pcre2_dfa_match()
3373 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0) in pcre2_dfa_match()
3416 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
3421 (re->overall_options & PCRE2_ANCHORED) != 0; in pcre2_dfa_match()
3427 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match()
3458 if ((re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_dfa_match()
3488 mb->poptions = re->overall_options; in pcre2_dfa_match()
3591 if (first_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3615 if (req_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3618 if (req_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()
[all …]
H A Dpcre2_study.c476 if (!dupcapused && (re->overall_options & PCRE2_MATCH_UNSET_BACKREF) == 0) in find_minlength()
555 if ((re->overall_options & PCRE2_MATCH_UNSET_BACKREF) == 0) in find_minlength()
1676 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV()
1677 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2_match.c6432 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_match()
6433 allow_invalid = (re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0; in pcre2_match()
6434 ucp = (re->overall_options & PCRE2_UCP) != 0; in pcre2_match()
6446 ((re->overall_options | options) & PCRE2_ENDANCHORED) != 0) in pcre2_match()
6453 (re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_match()
6721 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6722 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
6748 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()
6941 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_match()
H A Dpcre2_compile.c10273 re->overall_options = cb.external_options; in pcre2_compile()
10328 regexrc = compile_regex(re->overall_options, &code, &pptr, &errorcode, 0, in pcre2_compile()
10431 if (errorcode == 0 && (re->overall_options & PCRE2_NO_AUTO_POSSESS) == 0) in pcre2_compile()
10447 if ((re->overall_options & PCRE2_ANCHORED) == 0 && in pcre2_compile()
10449 re->overall_options |= PCRE2_ANCHORED; in pcre2_compile()
10458 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_compile()
10510 else if ((re->overall_options & PCRE2_ANCHORED) == 0 && in pcre2_compile()
10522 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
10527 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
10539 if ((re->overall_options & PCRE2_ANCHORED) == 0 || in pcre2_compile()
H A Dpcre2_printint.c343 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
H A Dpcre2_jit_compile.c5227 sljit_u32 overall_options = common->re->overall_options; in mainloop_entry() local
5238 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
13781 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
13782 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
13894 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) … in jit_compile()
13955 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
14016 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
14050 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
14094 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
14099 if ((re->overall_options & PCRE2_FIRSTLINE) == 0) in jit_compile()
[all …]
H A Dpcre2_intmodedep.h626 uint32_t overall_options; /* Options after processing the pattern */ member

Completed in 101 milliseconds