Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c998 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1272 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1303 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1333 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1361 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
3436 mb->nltype = NLTYPE_FIXED; in pcre2_dfa_match()
3461 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
3465 mb->nltype = NLTYPE_ANYCRLF; in pcre2_dfa_match()
3756 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
3961 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
[all …]
H A Dpcre2_intmodedep.h745 uint32_t nltype; /* Newline type */ member
883 uint32_t nltype; /* Newline type */ member
910 uint32_t nltype; /* Newline type */ member
H A Dpcre2_match.c883 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2852 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3105 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5745 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5793 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6557 mb->nltype = NLTYPE_FIXED; in pcre2_match()
6582 mb->nltype = NLTYPE_ANY; in pcre2_match()
6586 mb->nltype = NLTYPE_ANYCRLF; in pcre2_match()
6886 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7145 (mb->nltype == NLTYPE_ANY || in pcre2_match()
[all …]
H A Dpcre2_internal.h480 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
482 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
494 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
496 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
H A Dpcre2_jit_compile.c439 int nltype; member
4294 if (nltype == NLTYPE_ANY) in check_newlinechar()
4300 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
4577 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid()
5155 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
6238 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
6243 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
8029 if (common->nltype == NLTYPE_ANYCRLF) in compile_simple_assertion_matchingpath()
13440 common->nltype = NLTYPE_FIXED; in jit_compile()
13479 if (common->nltype == NLTYPE_ANY) in jit_compile()
[all …]
H A Dpcre2_compile.c9944 cb.nltype = NLTYPE_FIXED; in pcre2_compile()
9969 cb.nltype = NLTYPE_ANY; in pcre2_compile()
9973 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()

Completed in 83 milliseconds