Home
last modified time | relevance | path

Searched refs:NLTYPE_FIXED (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_dfa_match.c986 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1026 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
1051 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()
1376 NLBLOCK->nltype == NLTYPE_FIXED && in internal_dfa_match()
3402 mb->nltype = NLTYPE_FIXED; in pcre2_dfa_match()
Dpcre2_internal.h471 #define NLTYPE_FIXED 0 /* Newline is a fixed length string */ macro
478 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
492 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
Dpcre2_match.c863 NLBLOCK->nltype == NLTYPE_FIXED && in match()
2779 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3032 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3545 NLBLOCK->nltype == NLTYPE_FIXED && in match()
3673 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4113 NLBLOCK->nltype == NLTYPE_FIXED && in match()
4362 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()
Dpcre2_jit_compile.c3511 SLJIT_ASSERT(nltype == NLTYPE_FIXED && common->newline < 256); in check_newlinechar()
3718 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in mainloop_entry()
5325 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in fast_forward_newline()
7030 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_simple_assertion_matchingpath()
7052 else if (common->nltype == NLTYPE_FIXED) in compile_simple_assertion_matchingpath()
7124 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_simple_assertion_matchingpath()
7172 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_simple_assertion_matchingpath()
7400 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_char1_matchingpath()
12061 common->nltype = NLTYPE_FIXED; in jit_compile()
12109 if (common->nltype == NLTYPE_FIXED) in jit_compile()
Dpcre2_compile.c9415 cb.nltype = NLTYPE_FIXED; in pcre2_compile()