Searched refs:NLTYPE_ANY (Results 1 – 4 of 4) sorted by relevance
2903 if (nltype == NLTYPE_ANY) in check_newlinechar()3099 if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY || in mainloop_entry()3935 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()3940 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()9841 case -1: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; break; in PRIV()9850 …case PCRE_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; br… in PRIV()9859 common->bsr_nltype = NLTYPE_ANY; in PRIV()9865 common->bsr_nltype = NLTYPE_ANY; in PRIV()9884 if (common->nltype == NLTYPE_ANY) in PRIV()9899 if (common->bsr_nltype == NLTYPE_ANY) in PRIV()
6630 md->nltype = NLTYPE_ANY; in pcre_exec()6820 (md->nltype == NLTYPE_ANY || md->nltype == NLTYPE_ANYCRLF) && in pcre_exec()7027 (md->nltype == NLTYPE_ANY || in pcre_exec()
311 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
9253 cd->nltype = NLTYPE_ANY; in pcre_compile2()
Completed in 57 milliseconds