Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcstrans.c39 #define OVECCOUNT (512*3) macro
1096 int ovector[OVECCOUNT]; in compute_raw_from_trans()
1122 …_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovector, OVECCOUNT); in compute_raw_from_trans()
1165 rc = pcre_exec(g->prefix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
1173 rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
1188 rc = pcre_exec(g->word_regexp, 0, s, l, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()