Home
last modified time | relevance | path

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

/PHP-8.2/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.h745 uint32_t nltype; /* Newline type */ member
894 uint32_t nltype; /* Newline type */ member
921 uint32_t nltype; /* Newline type */ member
H A Dpcre2_match.c886 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2931 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3184 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5940 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5988 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6757 mb->nltype = NLTYPE_FIXED; in pcre2_match()
6782 mb->nltype = NLTYPE_ANY; in pcre2_match()
6786 mb->nltype = NLTYPE_ANYCRLF; in pcre2_match()
7116 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()
7375 (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.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.c10068 cb.nltype = NLTYPE_FIXED; in pcre2_compile()
10093 cb.nltype = NLTYPE_ANY; in pcre2_compile()
10097 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()

Completed in 101 milliseconds