Home
last modified time | relevance | path

Searched refs:extra_options (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1644 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV()
2614 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local
2638 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
2643 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
2820 cb->cx->extra_options, FALSE, cb); in parse_regex()
3013 cb->cx->extra_options, FALSE, cb); in parse_regex()
3590 cb->cx->extra_options, TRUE, cb); in parse_regex()
4783 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
4788 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
10136 if ((ccontext->extra_options & in pcre2_compile()
[all …]
H A Dpcre2_pattern_info.c149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h574 uint32_t extra_options; member
627 uint32_t extra_options; /* Taken from compile_context */ member
H A Dpcre2_substitute.c133 code->overall_options, code->extra_options, FALSE, NULL); in find_text_end()
854 code->overall_options, code->extra_options, FALSE, NULL); in pcre2_substitute()
H A Dpcre2_context.c383 ccontext->extra_options = options; in pcre2_set_compile_extra_options()

Completed in 41 milliseconds