Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_newline.c91 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
187 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
Dpcre2_dfa_match.c3269 mb->nltype = NLTYPE_ANYCRLF; in pcre2_dfa_match()
3458 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
3614 mb->nltype == NLTYPE_ANYCRLF || in pcre2_dfa_match()
Dpcre2_internal.h494 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */ macro
Dpcre2_jit_compile.c3129 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
3318 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
4630 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
4635 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
6103 if (common->nltype == NLTYPE_ANYCRLF) in compile_simple_assertion_matchingpath()
10878 …EWLINE_ANYCRLF: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANYCRLF; break; in jit_compile()
10886 common->bsr_nltype = NLTYPE_ANYCRLF; in jit_compile()
10890 common->bsr_nltype = NLTYPE_ANYCRLF; in jit_compile()
10911 else if (common->nltype == NLTYPE_ANYCRLF) in jit_compile()
Dpcre2_match.c6697 mb->nltype = NLTYPE_ANYCRLF; in pcre2_match()
6876 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7090 mb->nltype == NLTYPE_ANYCRLF || in pcre2_match()
Dpcre2_compile.c8605 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()