Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
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()
6655 cd->external_flags |= PCRE_HASTHEN; in compile_branch()
7567 cd->external_flags |= PCRE_JCHANGED; in compile_branch()
8147 cd->external_flags |= PCRE_HASCRORLF; in compile_branch()
9078 cd->external_flags = 0; /* Initialize here for LIMIT_MATCH/RECURSION */ in pcre_compile2()
9125 cd->external_flags |= PCRE_MLSET; in pcre_compile2()
9144 cd->external_flags |= PCRE_RLSET; in pcre_compile2()
9360 re->flags = cd->external_flags; in pcre_compile2()
9426 re->flags = cd->external_flags | PCRE_MODE; in pcre_compile2()
H A Dpcre_internal.h2455 pcre_uint32 external_flags; /* External flag bits to be set */ member

Completed in 31 milliseconds