Home
last modified time | relevance | path

Searched refs:NLTYPE_ANYCRLF (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_newline.c91 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
187 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
H A Dpcre2_dfa_match.c3465 mb->nltype = NLTYPE_ANYCRLF; in pcre2_dfa_match()
3756 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
3962 mb->nltype == NLTYPE_ANYCRLF || in pcre2_dfa_match()
H A Dpcre2_internal.h475 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */ macro
H A Dpcre2_match.c6586 mb->nltype = NLTYPE_ANYCRLF; in pcre2_match()
6886 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7146 mb->nltype == NLTYPE_ANYCRLF || in pcre2_match()
H A Dpcre2_jit_compile.c4300 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
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()
8029 if (common->nltype == NLTYPE_ANYCRLF) in compile_simple_assertion_matchingpath()
13447 …EWLINE_ANYCRLF: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANYCRLF; break; in jit_compile()
13456 common->bsr_nltype = NLTYPE_ANYCRLF; in jit_compile()
13460 common->bsr_nltype = NLTYPE_ANYCRLF; in jit_compile()
13481 else if (common->nltype == NLTYPE_ANYCRLF) in jit_compile()
H A Dpcre2_compile.c9973 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()

Completed in 73 milliseconds