Home
last modified time | relevance | path

Searched refs:pcre2 (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/regex/bench/
H A Drun4 echo "Usage: $(basename $0) [rust | rust-bytes | pcre1 | pcre2 | re2 | onig | tcl ]" >&2
27 pcre2)
28 exec cargo bench --bench bench --features re-pcre2 "$@"
/third_party/rust/crates/regex/bench/src/ffi/
H A Dmod.rs9 #[cfg(feature = "re-pcre2")]
10 pub mod pcre2; modules
/third_party/selinux/libselinux/src/
H A Dregex.h8 #include <pcre2.h>
/third_party/pcre2/pcre2/
H A DRunTest353 $sim ./pcre2test -C pcre2-8 >/dev/null
355 $sim ./pcre2test -C pcre2-16 >/dev/null
357 $sim ./pcre2test -C pcre2-32 >/dev/null
H A DRunTest.bat60 %pcre2test% -C pcre2-8 >NUL
62 %pcre2test% -C pcre2-16 >NUL
64 %pcre2test% -C pcre2-32 >NUL
519 @echo runs all tests compatible with the linked pcre2 library but it can be given
/third_party/pcre2/pcre2/src/
H A Dpcre2demo.c40 define PCRE2_STATIC before including pcre2.h, so in this environment, uncomment
45 /* The PCRE2_CODE_UNIT_WIDTH macro must be defined before including pcre2.h.
58 #include <pcre2.h>
/third_party/pcre2/pcre2/maint/
H A DManyConfigTests194 ./pcre2test -C pcre2-8 >/dev/null
285 opts="--disable-shared $enable_jit --enable-pcre2-16 --enable-pcre2-32"
293 opts="--disable-shared $enable_jit --enable-pcre2-16 --enable-pcre2-32"
301 opts="--disable-shared $enable_jit --enable-pcre2-16 --enable-pcre2-32"
320 opts="--disable-shared $enable_jit --enable-pcre2-16 --enable-pcre2-32 --enable-debug"
337 "--disable-unicode --enable-pcre2
[all...]
/third_party/rust/crates/regex/bench/src/
H A Dbench.rs22 } else if #[cfg(feature = "re-pcre2")] {
23 pub use ffi::pcre2::Regex;
298 feature = "re-pcre2",

Completed in 7 milliseconds