Searched refs:external_options (Results 1 – 2 of 2) sorted by relevance
4736 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()4807 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()7423 cd->external_options = newoptions; in compile_branch()9094 cd->external_options = options; in pcre_compile2()9107 (void)compile_regex(cd->external_options, &code, &ptr, &errorcode, FALSE, in pcre_compile2()9152 re->options = cd->external_options; in pcre_compile2()
2442 pcre_uint32 external_options; /* External (initial) options */ member