Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3520 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
3834 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
4039 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
H A Dpcre2_internal.h473 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
H A Dpcre2_jit_compile.c4365 if (nltype == NLTYPE_ANY) in check_newlinechar()
4648 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid()
5233 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
6342 if (common->nltype == NLTYPE_ANY) in fast_forward_newline()
6380 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
6386 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
13752 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()
13760 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
13768 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
13785 if (common->nltype == NLTYPE_ANY) in jit_compile()
[all …]
H A Dpcre2_match.c6788 mb->nltype = NLTYPE_ANY; in pcre2_match()
7123 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7382 (mb->nltype == NLTYPE_ANY || in pcre2_match()
H A Dpcre2_compile.c10095 cb.nltype = NLTYPE_ANY; in pcre2_compile()

Completed in 101 milliseconds