Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_pattern_info.c160 *((uint32_t *)where) = (re->flags & PCRE2_HASCRORLF) != 0; in pcre2_pattern_info()
Dpcre2_internal.h538 #define PCRE2_HASCRORLF 0x00000800 /* explicit \r or \n in pattern */ macro
Dpcre2_compile.c4712 if (c == CHAR_CR || c == CHAR_NL) cb->external_flags |= PCRE2_HASCRORLF; in compile_branch()
4814 if (d == CHAR_CR || d == CHAR_NL) cb->external_flags |= PCRE2_HASCRORLF; in compile_branch()
7495 cb->external_flags |= PCRE2_HASCRORLF; in compile_branch()
Dpcre2_dfa_match.c3612 (re->flags & PCRE2_HASCRORLF) == 0 && in pcre2_dfa_match()
Dpcre2_match.c7088 (re->flags & PCRE2_HASCRORLF) == 0 && in pcre2_match()
Dpcre2_jit_compile.c11079 mainloop_label = mainloop_entry(common, (re->flags & PCRE2_HASCRORLF) != 0, re->overall_options); in jit_compile()