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.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()
Dpcre2_internal.h492 #define NLTYPE_FIXED 0 /* Newline is a fixed length string */ macro
499 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
513 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
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()
Dpcre2_jit_compile.c3145 SLJIT_ASSERT(nltype == NLTYPE_FIXED && common->newline < 256); in check_newlinechar()
3329 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in mainloop_entry()
4587 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in fast_forward_newline()
6060 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_simple_assertion_matchingpath()
6082 else if (common->nltype == NLTYPE_FIXED) in compile_simple_assertion_matchingpath()
6153 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_simple_assertion_matchingpath()
6201 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_simple_assertion_matchingpath()
6312 if (common->nltype == NLTYPE_FIXED && common->newline > 255) in compile_char1_matchingpath()
10871 common->nltype = NLTYPE_FIXED; in jit_compile()
10919 if (common->nltype == NLTYPE_FIXED) in jit_compile()
Dpcre2_compile.c8581 cb.nltype = NLTYPE_FIXED; in pcre2_compile()