OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcre_exec
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/util/
pcre.h
185
#define
pcre_exec
(a, b, c, d, e, f, g, h) ({ (void)(a); (void)(b); (void)(c); (void)(d); (void)(e); (void)(f); (void)(g); (void)(h); 0; })
189
#define
pcre_exec
(a, b, c, d, e, f, g, h) NULL
pcre.cc
500
int rc =
pcre_exec
(re, // The regular expression object
511
//
pcre_exec
() returns 0 as a special case when the number of
[
all
...]
/external/libselinux/src/
label_file.c
634
rc =
pcre_exec
(spec_arr[i].regex, spec_arr[i].sd, key, strlen(key), 0, pcre_options, NULL, 0);
636
rc =
pcre_exec
(spec_arr[i].regex, spec_arr[i].sd, buf, strlen(buf), 0, pcre_options, NULL, 0);
Completed in 86 milliseconds