Searched refs:NLTYPE_ANY (Results 1 – 5 of 5) sorted by relevance
3427 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()3680 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()3843 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
472 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
3489 if (nltype == NLTYPE_ANY) in check_newlinechar()3707 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()5368 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()5373 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()12067 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()12074 common->bsr_nltype = NLTYPE_ANY; in jit_compile()12082 common->bsr_nltype = NLTYPE_ANY; in jit_compile()12099 if (common->nltype == NLTYPE_ANY) in jit_compile()12114 if (common->bsr_nltype == NLTYPE_ANY) in jit_compile()
6254 mb->nltype = NLTYPE_ANY; in pcre2_match()6521 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()6776 (mb->nltype == NLTYPE_ANY || in pcre2_match()
9440 cb.nltype = NLTYPE_ANY; in pcre2_compile()