Home
last modified time | relevance | path

Searched refs:pcre_compile (Results 1 – 6 of 6) sorted by relevance

/external/regex-re2/util/
Dpcre.cc64 pcre* pcre_compile(const char*, int, const char**, int*, const unsigned char*) { in pcre_compile() function
173 re = pcre_compile(pattern_.c_str(), in Compile()
182 re = pcre_compile(wrapped.c_str(), in Compile()
/external/cronet/tot/third_party/re2/src/util/
Dpcre.cc63 pcre* pcre_compile(const char*, int, const char**, int*, const unsigned char*) { in pcre_compile() function
172 re = pcre_compile(pattern_.c_str(), in Compile()
181 re = pcre_compile(wrapped.c_str(), in Compile()
/external/cronet/stable/third_party/re2/src/util/
Dpcre.cc63 pcre* pcre_compile(const char*, int, const char**, int*, const unsigned char*) { in pcre_compile() function
172 re = pcre_compile(pattern_.c_str(), in Compile()
181 re = pcre_compile(wrapped.c_str(), in Compile()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc63 pcre* pcre_compile(const char*, int, const char**, int*, const unsigned char*) { in pcre_compile() function
172 re = pcre_compile(pattern_.c_str(), in Compile()
181 re = pcre_compile(wrapped.c_str(), in Compile()
/external/bazelbuild-rules_rust/examples/sys/complex/3rdparty/
DBUILD.libgit2.bazel99 # libpcre.a(pcre_compile.o): requires unsupported dynamic reloc 11; recompile with -fPIC
/external/selinux/libselinux/src/
Dregex.c342 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()