Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_fullinfo.c165 *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0; in pcre_fullinfo()
Dpcre_internal.h600 #define PCRE_HASCRORLF 0x0020 /* explicit \r or \n in pattern */ macro
Dpcre_compile.c3741 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
3812 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
6138 cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
Dpcre_dfa_exec.c3250 (re->flags & PCRE_HASCRORLF) == 0 && in pcre_dfa_exec()
Dpcre_exec.c6176 (re->flags & PCRE_HASCRORLF) == 0 && in pcre_exec()