Searched refs:external_options (Results 1 – 2 of 2) sorted by relevance
4806 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()4878 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()7613 cd->external_options = newoptions; in compile_branch()9308 cd->external_options = options; in pcre_compile2()9321 (void)compile_regex(cd->external_options, &code, &ptr, &errorcode, FALSE, in pcre_compile2()9359 re->options = cd->external_options; in pcre_compile2()
2450 pcre_uint32 external_options; /* External (initial) options */ member