OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcre_compile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/util/
pcre.h
184
#define
pcre_compile
(a,b,c,d,e) ({ (void)(a); (void)(b); *(c)=""; *(d)=0; (void)(e); ((pcre*)0); })
188
#define
pcre_compile
(a,b,c,d,e) NULL
pcre.cc
125
re =
pcre_compile
(pattern_.c_str(),
134
re =
pcre_compile
(wrapped.c_str(),
[
all
...]
/external/libselinux/src/
label_file.c
259
spec->regex =
pcre_compile
(anchored_regex, 0, &tmperrbuf, &erroff, NULL);
Completed in 65 milliseconds