Home
last modified time | relevance | path

Searched refs:NLTYPE_ANY (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2903 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()
H A Dpcre_exec.c6630 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()
H A Dpcre_internal.h311 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
H A Dpcre_compile.c9248 cd->nltype = NLTYPE_ANY; in pcre_compile2()

Completed in 71 milliseconds