Searched refs:PCRE_HASCRORLF (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_fullinfo.c193 *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0;
H A Dpcre_internal.h862 #define PCRE_HASCRORLF 0x0800 /* explicit \r or \n in pattern */ macro
H A Dpcre_compile.c4305 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
4376 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
6944 cd->external_flags |= PCRE_HASCRORLF;
H A Dpcre_dfa_exec.c3602 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_exec.c7005 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_jit_compile.c6978 mainloop = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIRSTLINE) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_fullinfo.c193 *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0;
H A Dpcre_internal.h862 #define PCRE_HASCRORLF 0x0800 /* explicit \r or \n in pattern */ macro
H A Dpcre_compile.c4305 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
4376 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
6944 cd->external_flags |= PCRE_HASCRORLF;
H A Dpcre_dfa_exec.c3602 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_exec.c7005 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_jit_compile.c6978 mainloop = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIRSTLINE) != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_fullinfo.c193 *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0;
H A Dpcre_internal.h862 #define PCRE_HASCRORLF 0x0800 /* explicit \r or \n in pattern */ macro
H A Dpcre_compile.c4305 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
4376 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
6944 cd->external_flags |= PCRE_HASCRORLF;
H A Dpcre_dfa_exec.c3602 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_exec.c7005 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_jit_compile.c6978 mainloop = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIRSTLINE) != 0);

Completed in 407 milliseconds