Searched refs:pcre_compile (Results 1 – 6 of 6) sorted by relevance
/external/regex-re2/util/ |
D | pcre.cc | 64 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/ |
D | pcre.cc | 63 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/ |
D | pcre.cc | 63 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/ |
D | pcre.cc | 63 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/ |
D | BUILD.libgit2.bazel | 99 # libpcre.a(pcre_compile.o): requires unsupported dynamic reloc 11; recompile with -fPIC
|
/external/selinux/libselinux/src/ |
D | regex.c | 342 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()
|