Home
last modified time | relevance | path

Searched refs:external_flags (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c4437 if (c == CHAR_CR || c == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
4519 if (d == CHAR_CR || d == CHAR_NL) cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
5692 cd->external_flags |= PCRE_HASTHEN; in compile_branch()
6440 cd->external_flags |= PCRE_JCHANGED; in compile_branch()
7000 cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
8023 cd->external_flags = 0; in pcre_compile2()
8072 re->flags = cd->external_flags; in pcre_compile2()
8119 re->flags = cd->external_flags | PCRE_MODE; in pcre_compile2()
H A Dpcre_internal.h2410 int external_flags; /* External flag bits to be set */ member

Completed in 32 milliseconds