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

/forgerock/web-agents-v4/pcre/
H A Dpcre_fullinfo.c218 *((int *)where) = (re->flags & PCRE_HASCRORLF) != 0;
H A Dpcre_internal.h1087 #define PCRE_HASCRORLF 0x00000800 /* explicit \r or \n in pattern */ macro
H A Dpcre_compile.c5204 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
5303 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF;
7943 cd->external_flags |= PCRE_HASCRORLF;
H A Dpcre_dfa_exec.c3662 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_exec.c7013 (re->flags & PCRE_HASCRORLF) == 0 &&
H A Dpcre_jit_compile.c10005 mainloop_label = mainloop_entry(common, (re->flags & PCRE_HASCRORLF) != 0, (re->options & PCRE_FIRSTLINE) != 0);

Completed in 150 milliseconds