Home
last modified time | relevance | path

Searched refs:PCRE2_NO_AUTO_CAPTURE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c181 …if ((it->re = pcre2_compile((PCRE2_SPTR)regexp, p - regexp, PCRE2_NO_AUTO_CAPTURE, &errnumber, &pc… in zend_accel_blacklist_update_regexp()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h132 #define PCRE2_NO_AUTO_CAPTURE 0x00002000u /* C */ macro
H A Dpcre2_compile.c776 PCRE2_NEVER_UTF|PCRE2_NO_AUTO_CAPTURE|PCRE2_NO_AUTO_POSSESS| \
2467 PCRE2_EXTENDED|PCRE2_EXTENDED_MORE|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| \
3668 if ((options & PCRE2_NO_AUTO_CAPTURE) == 0) in parse_regex()
3947 options &= ~(PCRE2_CASELESS|PCRE2_MULTILINE|PCRE2_NO_AUTO_CAPTURE| in parse_regex()
3976 case CHAR_n: *optset |= PCRE2_NO_AUTO_CAPTURE; break; in parse_regex()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5761 uint32_t options = PCRE2_NO_AUTO_CAPTURE;

Completed in 45 milliseconds