Home
last modified time | relevance | path

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

/PHP-8.0/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()
401 else if ((code->overall_options & PCRE2_UTF) != 0) in pcre2_substitute()
832 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.c3309 ((re->overall_options | options) & PCRE2_ENDANCHORED) != 0) in pcre2_dfa_match()
3314 if ((re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0) in pcre2_dfa_match()
3357 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
3362 (re->overall_options & PCRE2_ANCHORED) != 0; in pcre2_dfa_match()
3368 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match()
3399 if ((re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_dfa_match()
3429 mb->poptions = re->overall_options; in pcre2_dfa_match()
3532 if (first_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3556 if (req_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3559 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.c6227 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_match()
6228 allow_invalid = (re->overall_options & PCRE2_MATCH_INVALID_UTF) != 0; in pcre2_match()
6229 ucp = (re->overall_options & PCRE2_UCP) != 0; in pcre2_match()
6241 ((re->overall_options | options) & PCRE2_ENDANCHORED) != 0) in pcre2_match()
6248 (re->overall_options & PCRE2_USE_OFFSET_LIMIT) == 0) in pcre2_match()
6515 anchored = ((re->overall_options | options) & PCRE2_ANCHORED) != 0; in pcre2_match()
6516 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match()
6542 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()
6723 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_match()
H A Dpcre2_compile.c10146 re->overall_options = cb.external_options; in pcre2_compile()
10201 regexrc = compile_regex(re->overall_options, &code, &pptr, &errorcode, 0, in pcre2_compile()
10304 if (errorcode == 0 && (re->overall_options & PCRE2_NO_AUTO_POSSESS) == 0) in pcre2_compile()
10320 if ((re->overall_options & PCRE2_ANCHORED) == 0 && in pcre2_compile()
10322 re->overall_options |= PCRE2_ANCHORED; in pcre2_compile()
10331 if ((re->overall_options & PCRE2_NO_START_OPTIMIZE) == 0) in pcre2_compile()
10383 else if ((re->overall_options & PCRE2_ANCHORED) == 0 && in pcre2_compile()
10395 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
10400 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
10412 if ((re->overall_options & PCRE2_ANCHORED) == 0 || in pcre2_compile()
H A Dpcre2_printint.c312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
H A Dpcre2_jit_compile.c5149 sljit_u32 overall_options = common->re->overall_options; in mainloop_entry() local
5160 if ((overall_options & PCRE2_FIRSTLINE) != 0) in mainloop_entry()
13475 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
13476 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
13588 if ((re->overall_options & PCRE2_ANCHORED) == 0 && (re->overall_options & PCRE2_NO_START_OPTIMIZE) … in jit_compile()
13646 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13707 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13741 if ((re->overall_options & PCRE2_ENDANCHORED) != 0) in jit_compile()
13785 if ((re->overall_options & PCRE2_ANCHORED) == 0) in jit_compile()
13790 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 137 milliseconds