Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h313 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
327 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
2459 int nltype; /* Newline type */ member
2520 int nltype; /* Newline type */ member
2577 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.c396 int nltype; member
3117 if (nltype == NLTYPE_ANY) in check_newlinechar()
3123 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
3335 (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
4612 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
4617 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
6073 else if (common->nltype == NLTYPE_FIXED) in compile_simple_assertion_matchingpath()
6094 if (common->nltype == NLTYPE_ANYCRLF) in compile_simple_assertion_matchingpath()
10845 common->nltype = NLTYPE_FIXED; in PRIV()
10895 if (common->nltype == NLTYPE_ANY) in PRIV()
[all …]
H A Dpcre_compile.c9307 cd->nltype = NLTYPE_ANYCRLF; in pcre_compile2()
9311 cd->nltype = NLTYPE_ANY; in pcre_compile2()
9315 cd->nltype = NLTYPE_FIXED; in pcre_compile2()

Completed in 93 milliseconds