Home
last modified time | relevance | path

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

/external/rust/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/selinux/libselinux/src/
Dregex.c297 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()
/external/selinux/mcstrans/src/
Dmcstrans.c977 *r = pcre_compile(buffer, PCRE_CASELESS, &error, &error_offset, NULL); in build_regexp()
/external/pcre/dist2/doc/
Dpcre2test.txt53 tures are given in generic form, for example, pcre_compile(). The ac-