Searched refs:NLTYPE_ANY (Results 1 – 5 of 5) sorted by relevance
3520 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()3834 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()4039 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
4365 if (nltype == NLTYPE_ANY) in check_newlinechar()4648 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid()5233 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()6342 if (common->nltype == NLTYPE_ANY) 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()13752 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()13760 common->bsr_nltype = NLTYPE_ANY; in jit_compile()13768 common->bsr_nltype = NLTYPE_ANY; in jit_compile()13785 if (common->nltype == NLTYPE_ANY) in jit_compile()[all …]
474 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
6782 mb->nltype = NLTYPE_ANY; in pcre2_match()7116 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()7375 (mb->nltype == NLTYPE_ANY || in pcre2_match()
10093 cb.nltype = NLTYPE_ANY; in pcre2_compile()