Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c845 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
885 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
910 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1117 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1148 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1178 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1206 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1235 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
3245 mb->nltype = NLTYPE_FIXED; in pcre2_dfa_match()
3265 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match()
[all …]
Dpcre2_intmodedep.h711 uint32_t nltype; /* Newline type */ member
814 uint32_t nltype; /* Newline type */ member
841 uint32_t nltype; /* Newline type */ member
Dpcre2_match.c2197 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2241 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2386 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4484 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4737 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5249 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5374 NLBLOCK->nltype == NLTYPE_FIXED && in match()
5811 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6057 NLBLOCK->nltype == NLTYPE_FIXED && in match()
6673 mb->nltype = NLTYPE_FIXED; in pcre2_match()
[all …]
Dpcre2_internal.h499 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
501 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
513 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
515 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
Dpcre2_jit_compile.c410 int nltype; member
3118 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar() argument
3124 if (nltype == NLTYPE_ANY) in check_newlinechar()
3129 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar()
3145 SLJIT_ASSERT(nltype == NLTYPE_FIXED && common->newline < 256); in check_newlinechar()
3318 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry()
3329 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in mainloop_entry()
3348 check_newlinechar(common, common->nltype, &newline, TRUE); in mainloop_entry()
4587 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in fast_forward_newline()
4630 if (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF) in fast_forward_newline()
[all …]
Dpcre2_compile.c8581 cb.nltype = NLTYPE_FIXED; in pcre2_compile()
8601 cb.nltype = NLTYPE_ANY; in pcre2_compile()
8605 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()