Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3572 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
3886 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
4092 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
H A Dpcre2_internal.h491 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
H A Dpcre2_jit_compile.c4517 if (nltype == NLTYPE_ANY) in check_newlinechar()
4800 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid()
5385 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
6509 if (common->nltype == NLTYPE_ANY) in fast_forward_newline()
6547 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
6553 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
14205 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()
14213 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
14221 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
14238 if (common->nltype == NLTYPE_ANY) in jit_compile()
[all …]
H A Dpcre2_match.c7009 mb->nltype = NLTYPE_ANY; in pcre2_match()
7344 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7611 (mb->nltype == NLTYPE_ANY || in pcre2_match()
H A Dpcre2_compile.c10460 cb.nltype = NLTYPE_ANY; in pcre2_compile()

Completed in 98 milliseconds