Searched refs:pcre_compile (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libselinux/src/ |
D | regex.c | 280 pcre_compile(pattern_string, PCRE_DOTALL, &errordata->error_buffer, in regex_prepare_data()
|
/external/regex-re2/util/ |
D | pcre.cc | 120 re = pcre_compile(pattern_.c_str(), in Compile() 129 re = pcre_compile(wrapped.c_str(), in Compile()
|
D | pcre.h | 183 #define pcre_compile(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); }) macro
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 976 *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
|