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 …]
749 uint32_t nltype; /* Newline type */ member894 uint32_t nltype; /* Newline type */ member921 uint32_t nltype; /* Newline type */ member
900 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 …]
479 ((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, \
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 …]
10070 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 163 milliseconds