PCRE_NEWLINE_CRLF 338 pcre/pcrecpp.cc if (pcre_options & (PCRE_NEWLINE_CRLF|PCRE_NEWLINE_CR|PCRE_NEWLINE_LF)) { PCRE_NEWLINE_CRLF 340 pcre/pcrecpp.cc (PCRE_NEWLINE_CRLF|PCRE_NEWLINE_CR|PCRE_NEWLINE_LF)); PCRE_NEWLINE_CRLF 349 pcre/pcrecpp.cc newline_mode = PCRE_NEWLINE_CRLF; PCRE_NEWLINE_CRLF 381 pcre/pcrecpp.cc NewlineMode(options_.all_options()) == PCRE_NEWLINE_CRLF) { PCRE_NEWLINE_CRLF 306 pcre/pcrecpp_unittest.cc RE re(t->regexp, RE_Options(PCRE_NEWLINE_CRLF).set_utf8(support_utf8)); PCRE_NEWLINE_CRLF 1894 pcre/pcregrep.cpp pcre_options |= PCRE_NEWLINE_CRLF; PCRE_NEWLINE_CRLF 712 pcre/pcretest.cpp if (strncmpic(p, (uschar *)"crlf>", 5) == 0) return PCRE_NEWLINE_CRLF; PCRE_NEWLINE_CRLF 1478 pcre/pcretest.cpp case PCRE_NEWLINE_CRLF: PCRE_NEWLINE_CRLF 2281 pcre/pcretest.cpp (d == ('\r'<<8 | '\n'))? PCRE_NEWLINE_CRLF :