Home
last modified time | relevance | path

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

123456

/dports/audio/musicpd/mpd-0.23.6/src/lib/pcre/
H A DUniqueRegex.cxx42 constexpr int default_options = PCRE2_DOTALL|PCRE2_NO_AUTO_CAPTURE; in Compile()
48 options &= ~PCRE2_NO_AUTO_CAPTURE; in Compile()
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2posix.c214 if ((cflags & REG_NOSUB) != 0) options |= PCRE2_NO_AUTO_CAPTURE; in regcomp()
238 if ((options & PCRE2_NO_AUTO_CAPTURE) != 0) re_nsub = -1; in regcomp()
273 PCRE2_NO_AUTO_CAPTURE) != 0 || pmatch == NULL) nmatch = 0; in regexec()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_fuzzsupport.c29 PCRE2_NO_AUTO_CAPTURE| \
133 ((compile_options & PCRE2_NO_AUTO_CAPTURE) != 0)? ",no_auto_capture" : "", in LLVMFuzzerTestOneInput()
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_fuzzsupport.c29 PCRE2_NO_AUTO_CAPTURE| \
133 ((compile_options & PCRE2_NO_AUTO_CAPTURE) != 0)? ",no_auto_capture" : "", in LLVMFuzzerTestOneInput()
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_fuzzsupport.c29 PCRE2_NO_AUTO_CAPTURE| \
133 ((compile_options & PCRE2_NO_AUTO_CAPTURE) != 0)? ",no_auto_capture" : "", in LLVMFuzzerTestOneInput()
/dports/lang/php73/php-7.3.33/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()
/dports/www/mod_php81/php-8.1.1/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()
/dports/lang/php80/php-8.0.15/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()
/dports/lang/php81/php-8.1.1/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()
/dports/lang/php74/php-7.4.27/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()
/dports/www/php74-opcache/php-7.4.27/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()
/dports/www/php73-opcache/php-7.3.33/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()
/dports/www/php80-opcache/php-8.0.15/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()
/dports/www/php81-opcache/php-8.1.1/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()
/dports/www/mod_php73/php-7.3.33/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()
/dports/www/mod_php74/php-7.4.27/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()
/dports/www/mod_php80/php-8.0.15/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()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dregex.c376 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dregex.c359 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dregex.c359 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dregex.c359 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dregex.c376 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dregex.c387 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dregex.c387 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dregex.c387 flags |= PCRE2_NO_AUTO_CAPTURE; in regex_comp()

123456