Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c1536 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_parens_sub()
4035 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
4084 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
6486 cd->external_options = newoptions; in compile_branch()
8022 cd->external_options = options; in pcre_compile2()
8035 (void)compile_regex(cd->external_options, &code, &ptr, &errorcode, FALSE, in pcre_compile2()
8071 re->options = cd->external_options; in pcre_compile2()
H A Dpcre_internal.h2409 int external_options; /* External (initial) options */ member

Completed in 39 milliseconds