NLTYPE_ANY 9246 ext/pcre/pcrelib/pcre_compile.c cd->nltype = NLTYPE_ANY; NLTYPE_ANY 6628 ext/pcre/pcrelib/pcre_exec.c md->nltype = NLTYPE_ANY; NLTYPE_ANY 6818 ext/pcre/pcrelib/pcre_exec.c (md->nltype == NLTYPE_ANY || md->nltype == NLTYPE_ANYCRLF) && NLTYPE_ANY 7025 ext/pcre/pcrelib/pcre_exec.c (md->nltype == NLTYPE_ANY || NLTYPE_ANY 2903 ext/pcre/pcrelib/pcre_jit_compile.c if (nltype == NLTYPE_ANY) NLTYPE_ANY 3099 ext/pcre/pcrelib/pcre_jit_compile.c if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY || NLTYPE_ANY 3935 ext/pcre/pcrelib/pcre_jit_compile.c if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) NLTYPE_ANY 3940 ext/pcre/pcrelib/pcre_jit_compile.c if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) NLTYPE_ANY 9841 ext/pcre/pcrelib/pcre_jit_compile.c case -1: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; break; NLTYPE_ANY 9850 ext/pcre/pcrelib/pcre_jit_compile.c case PCRE_NEWLINE_ANY: common->newline = (CHAR_CR << 8) | CHAR_NL; common->nltype = NLTYPE_ANY; break; NLTYPE_ANY 9859 ext/pcre/pcrelib/pcre_jit_compile.c common->bsr_nltype = NLTYPE_ANY; NLTYPE_ANY 9865 ext/pcre/pcrelib/pcre_jit_compile.c common->bsr_nltype = NLTYPE_ANY; NLTYPE_ANY 9884 ext/pcre/pcrelib/pcre_jit_compile.c if (common->nltype == NLTYPE_ANY) NLTYPE_ANY 9899 ext/pcre/pcrelib/pcre_jit_compile.c if (common->bsr_nltype == NLTYPE_ANY)