Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_newline.c91 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
187 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
Dpcre2_dfa_match.c3524 mb->nltype = NLTYPE_ANYCRLF; in pcre2_dfa_match()
3834 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
4040 mb->nltype == NLTYPE_ANYCRLF || in pcre2_dfa_match()
Dpcre2_jit_compile.c4371 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
5233 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
6351 …HAS_FAST_FORWARD_CHAR_SIMD && (common->nltype == NLTYPE_FIXED || common->nltype == NLTYPE_ANYCRLF)) in fast_forward_newline()
6353 if (common->nltype == NLTYPE_ANYCRLF) 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()
8337 if (common->nltype == NLTYPE_ANYCRLF) in compile_simple_assertion_matchingpath()
13753 …EWLINE_ANYCRLF: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANYCRLF; break; in jit_compile()
13762 common->bsr_nltype = NLTYPE_ANYCRLF; in jit_compile()
13766 common->bsr_nltype = NLTYPE_ANYCRLF; in jit_compile()
[all …]
Dpcre2_internal.h475 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */ macro
Dpcre2_match.c6786 mb->nltype = NLTYPE_ANYCRLF; in pcre2_match()
7116 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7376 mb->nltype == NLTYPE_ANYCRLF || in pcre2_match()
Dpcre2_compile.c10097 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()