Searched refs:NLTYPE_ANY (Results 1 – 5 of 5) sorted by relevance
3461 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()3756 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()3961 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
474 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
6582 mb->nltype = NLTYPE_ANY; in pcre2_match()6886 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()7145 (mb->nltype == NLTYPE_ANY || in pcre2_match()
4294 if (nltype == NLTYPE_ANY) in check_newlinechar()4577 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid()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()13446 …case PCRE2_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; b… in jit_compile()13454 common->bsr_nltype = NLTYPE_ANY; in jit_compile()13462 common->bsr_nltype = NLTYPE_ANY; in jit_compile()13479 if (common->nltype == NLTYPE_ANY) in jit_compile()13494 if (common->bsr_nltype == NLTYPE_ANY) in jit_compile()
9969 cb.nltype = NLTYPE_ANY; in pcre2_compile()
Completed in 95 milliseconds