Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_fullinfo.c218 *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0; in pcre_fullinfo()
Dpcre_internal.h1087 #define PCRE_HASCRORLF 0x00000800 /* explicit \r or \n in pattern */ macro
Dpcre_compile.c5200 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
5299 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
7939 cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
Dpcre_dfa_exec.c3662 (re->flags & PCRE_HASCRORLF) == 0 && in pcre_dfa_exec()
Dpcre_exec.c7013 (re->flags & PCRE_HASCRORLF) == 0 && in pcre_exec()
Dpcre_jit_compile.c10005 …mainloop_label = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIR… in PRIV()