Searched refs:pcre_compile (Results 1 – 4 of 4) sorted by relevance
/external/rust/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/selinux/libselinux/src/ |
D | regex.c | 297 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 977 *r = pcre_compile(buffer, PCRE_CASELESS, &error, &error_offset, NULL); in build_regexp()
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 53 tures are given in generic form, for example, pcre_compile(). The ac-
|