Searched refs:nltype (Results 1 – 6 of 6) sorted by relevance
998 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 …]
745 uint32_t nltype; /* Newline type */ member894 uint32_t nltype; /* Newline type */ member921 uint32_t nltype; /* Newline type */ member
886 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 …]
480 ((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, \
442 int nltype; member4365 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 …]
10068 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