Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3461 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
3756 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
3961 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
H A Dpcre2_internal.h474 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
H A Dpcre2_match.c6582 mb->nltype = NLTYPE_ANY; in pcre2_match()
6886 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7145 (mb->nltype == NLTYPE_ANY || in pcre2_match()
H A Dpcre2_jit_compile.c4294 if (nltype == NLTYPE_ANY) in check_newlinechar()
4577 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid()
5155 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
6238 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
6243 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
13446 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()
13454 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
13462 common->bsr_nltype = NLTYPE_ANY; in jit_compile()
13479 if (common->nltype == NLTYPE_ANY) in jit_compile()
13494 if (common->bsr_nltype == NLTYPE_ANY) in jit_compile()
H A Dpcre2_compile.c9969 cb.nltype = NLTYPE_ANY; in pcre2_compile()

Completed in 82 milliseconds