Searched refs:nltype (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 998 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 1040 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 1065 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 1272 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 1303 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 1333 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 1361 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 1390 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match() 3436 mb->nltype = NLTYPE_FIXED; in pcre2_dfa_match() 3461 mb->nltype = NLTYPE_ANY; in pcre2_dfa_match() [all …]
|
D | pcre2_intmodedep.h | 745 uint32_t nltype; /* Newline type */ member 883 uint32_t nltype; /* Newline type */ member 910 uint32_t nltype; /* Newline type */ member
|
D | pcre2_match.c | 883 NLBLOCK->nltype == NLTYPE_FIXED && in match() 2852 NLBLOCK->nltype == NLTYPE_FIXED && in match() 3105 NLBLOCK->nltype == NLTYPE_FIXED && in match() 3618 NLBLOCK->nltype == NLTYPE_FIXED && in match() 3746 NLBLOCK->nltype == NLTYPE_FIXED && in match() 4186 NLBLOCK->nltype == NLTYPE_FIXED && in match() 4435 NLBLOCK->nltype == NLTYPE_FIXED && in match() 5745 NLBLOCK->nltype == NLTYPE_FIXED && in match() 5793 NLBLOCK->nltype == NLTYPE_FIXED && in match() 6557 mb->nltype = NLTYPE_FIXED; in pcre2_match() [all …]
|
D | pcre2_internal.h | 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, \
|
D | pcre2_jit_compile.c | 439 int nltype; member 4285 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar() argument 4291 if (nltype == NLTYPE_ANY) in check_newlinechar() 4297 else if (nltype == NLTYPE_ANYCRLF) in check_newlinechar() 4313 SLJIT_ASSERT(nltype == NLTYPE_FIXED && common->newline < 256); in check_newlinechar() 4574 if (common->nltype != NLTYPE_ANY) in do_utfreadnewline_invalid() 4576 SLJIT_ASSERT(common->nltype != NLTYPE_FIXED || common->newline < 128); in do_utfreadnewline_invalid() 5159 && (common->nltype == NLTYPE_ANY || common->nltype == NLTYPE_ANYCRLF || common->newline > 255)) in mainloop_entry() 5170 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in mainloop_entry() 5189 check_newlinechar(common, common->nltype, &newline, TRUE); in mainloop_entry() [all …]
|
D | pcre2_compile.c | 9945 cb.nltype = NLTYPE_FIXED; in pcre2_compile() 9970 cb.nltype = NLTYPE_ANY; in pcre2_compile() 9974 cb.nltype = NLTYPE_ANYCRLF; in pcre2_compile()
|