PCRE_NO_AUTO_CAPTURE 4870 ext/pcre/pcrelib/pcre_compile.c     else if ((options & PCRE_NO_AUTO_CAPTURE) != 0)
PCRE_NO_AUTO_CAPTURE  516 ext/pcre/pcrelib/pcre_internal.h    PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
PCRE_NO_AUTO_CAPTURE  229 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0)   options |= PCRE_NO_AUTO_CAPTURE;
PCRE_NO_AUTO_CAPTURE  270 ext/pcre/pcrelib/pcreposix.c   (((const pcre *)preg->re_pcre)->options & PCRE_NO_AUTO_CAPTURE) != 0;