Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcstrans.c1123 …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/
Dregex.c456 rc = pcre_exec(regex->regex, get_pcre_extra(regex), in regex_match()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc67 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/
Dpcre2grep.c2707 match = (pcre_exec(patterns->compiled, patterns->hint, ptr, length, 0, in pcre2grep()