PUBLIC_OPTIONS   5867 ext/pcre/pcrelib/pcre_compile.c if ((options & ~PUBLIC_OPTIONS) != 0)
PUBLIC_OPTIONS     90 ext/pcre/pcrelib/pcre_fullinfo.c   *((unsigned long int *)where) = re->options & PUBLIC_OPTIONS;
PUBLIC_OPTIONS     84 ext/pcre/pcrelib/pcre_info.c if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_OPTIONS);