Searched refs:nltype (Results 1 – 6 of 6) sorted by relevance
986 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()1258 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()1289 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()1319 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()1347 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()3402 mb->nltype = NLTYPE_FIXED; in pcre2_dfa_match()3427 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()3431 mb->nltype = NLTYPE_ANYCRLF; in pcre2_dfa_match()3680 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_dfa_match()3843 (mb->nltype == NLTYPE_ANY || in pcre2_dfa_match()[all …]
743 uint32_t nltype; /* Newline type */ member879 uint32_t nltype; /* Newline type */ member906 uint32_t nltype; /* Newline type */ member
478 ((NLBLOCK->nltype != NLTYPE_FIXED)? \480 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \492 ((NLBLOCK->nltype != NLTYPE_FIXED)? \494 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
863 NLBLOCK->nltype == NLTYPE_FIXED && in match()2779 NLBLOCK->nltype == NLTYPE_FIXED && in match()3032 NLBLOCK->nltype == NLTYPE_FIXED && in match()5646 NLBLOCK->nltype == NLTYPE_FIXED && in match()5690 NLBLOCK->nltype == NLTYPE_FIXED && in match()6229 mb->nltype = NLTYPE_FIXED; in pcre2_match()6254 mb->nltype = NLTYPE_ANY; in pcre2_match()6258 mb->nltype = NLTYPE_ANYCRLF; in pcre2_match()6521 (mb->nltype == NLTYPE_ANY || mb->nltype == NLTYPE_ANYCRLF) && in pcre2_match()6776 (mb->nltype == NLTYPE_ANY || in pcre2_match()[all …]
434 int nltype; member3489 if (nltype == NLTYPE_ANY) in check_newlinechar()3495 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()3707 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()5368 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()5373 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()7052 else if (common->nltype == NLTYPE_FIXED) in compile_simple_assertion_matchingpath()7073 if (common->nltype == NLTYPE_ANYCRLF) in compile_simple_assertion_matchingpath()12061 common->nltype = NLTYPE_FIXED; in jit_compile()12099 if (common->nltype == NLTYPE_ANY) in jit_compile()[all …]
9415 cb.nltype = NLTYPE_FIXED; in pcre2_compile()9440 cb.nltype = NLTYPE_ANY; in pcre2_compile()9444 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()
Completed in 122 milliseconds