Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_internal.h317 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
319 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
331 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
333 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
2463 int nltype; /* Newline type */ member
2524 int nltype; /* Newline type */ member
2581 int nltype; /* Newline type */ member
H A Dpcre_exec.c2122 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2166 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2309 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4394 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4647 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6626 md->nltype = NLTYPE_ANYCRLF; in pcre_exec()
6630 md->nltype = NLTYPE_ANY; in pcre_exec()
6634 md->nltype = NLTYPE_FIXED; in pcre_exec()
6820 (md->nltype == NLTYPE_ANY || md->nltype == NLTYPE_ANYCRLF) && in pcre_exec()
7027 (md->nltype == NLTYPE_ANY || in pcre_exec()
[all …]
H A Dpcre_jit_compile.c376 int nltype; member
2903 if (nltype == NLTYPE_ANY) in check_newlinechar()
2908 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
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()
5530 else if (common->nltype == NLTYPE_FIXED) in compile_char1_matchingpath()
5551 if (common->nltype == NLTYPE_ANYCRLF) in compile_char1_matchingpath()
9834 common->nltype = NLTYPE_FIXED; in PRIV()
9884 if (common->nltype == NLTYPE_ANY) in PRIV()
9886 else if (common->nltype == NLTYPE_ANYCRLF) in PRIV()
[all …]
H A Dpcre_compile.c9249 cd->nltype = NLTYPE_ANYCRLF; in pcre_compile2()
9253 cd->nltype = NLTYPE_ANY; in pcre_compile2()
9257 cd->nltype = NLTYPE_FIXED; in pcre_compile2()

Completed in 99 milliseconds