Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c3318 md->nltype = NLTYPE_ANY; in pcre_dfa_exec()
3514 (md->nltype == NLTYPE_ANY || md->nltype == NLTYPE_ANYCRLF) && in pcre_dfa_exec()
3664 (md->nltype == NLTYPE_ANY || in pcre_dfa_exec()
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()
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()
Dpcre_internal.h307 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ macro
Dpcre_compile.c9248 cd->nltype = NLTYPE_ANY; in pcre_compile2()