Searched refs:pcre_exec (Results 1 – 4 of 4) sorted by relevance
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 1123 …rc = pcre_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovector, O… in compute_raw_from_trans() 1166 rc = pcre_exec(g->prefix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans() 1174 rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans() 1189 rc = pcre_exec(g->word_regexp, 0, s, l, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
|
/external/selinux/libselinux/src/ |
D | regex.c | 456 rc = pcre_exec(regex->regex, get_pcre_extra(regex), in regex_match()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.cc | 67 int pcre_exec(const pcre*, const pcre_extra*, const char*, int, int, int, int*, int) { in pcre_exec() function 549 int rc = pcre_exec(re, // The regular expression object in TryMatch()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 2707 match = (pcre_exec(patterns->compiled, patterns->hint, ptr, length, 0, in pcre2grep()
|