Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c998 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1286 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1317 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1347 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1375 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
3495 mb->nltype = NLTYPE_FIXED; in pcre2_dfa_match()
3520 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
3524 mb->nltype = NLTYPE_ANYCRLF; in pcre2_dfa_match()
3834 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()
4039 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()
[all …]
H A Dpcre2_intmodedep.h749 uint32_t nltype; /* Newline type */ member
894 uint32_t nltype; /* Newline type */ member
921 uint32_t nltype; /* Newline type */ member
H A Dpcre2_match.c900 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2945 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3198 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5954 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6002 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6763 mb->nltype = NLTYPE_FIXED; in pcre2_match()
6788 mb->nltype = NLTYPE_ANY; in pcre2_match()
6792 mb->nltype = NLTYPE_ANYCRLF; in pcre2_match()
7123 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7382 (mb->nltype == NLTYPE_ANY || in pcre2_match()
[all …]
H A Dpcre2_internal.h479 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
481 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
493 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
495 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
H A Dpcre2_jit_compile.c442 int nltype; member
4365 if (nltype == NLTYPE_ANY) in check_newlinechar()
4371 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
4648 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid()
5233 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
6342 if (common->nltype == NLTYPE_ANY) in fast_forward_newline()
6380 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
6386 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
13746 common->nltype = NLTYPE_FIXED; in jit_compile()
13785 if (common->nltype == NLTYPE_ANY) in jit_compile()
[all …]
H A Dpcre2_compile.c10070 cb.nltype = NLTYPE_FIXED; in pcre2_compile()
10095 cb.nltype = NLTYPE_ANY; in pcre2_compile()
10099 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()

Completed in 99 milliseconds