Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c218 *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0; in pcre_fullinfo()
H A Dpcre_internal.h1092 #define PCRE_HASCRORLF 0x00000800 /* explicit \r or \n in pattern */ macro
H A Dpcre_compile.c5291 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
5390 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
8147 cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
H A Dpcre_exec.c7026 (re->flags & PCRE_HASCRORLF) == 0 && in pcre_exec()
H A Dpcre_jit_compile.c10050 …mainloop_label = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIR… in PRIV()

Completed in 100 milliseconds