Searched refs:OVECCOUNT (Results 1 – 1 of 1) sorted by relevance
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 39 #define OVECCOUNT (512*3) macro 1097 int ovector[OVECCOUNT]; in compute_raw_from_trans() 1123 …_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovector, OVECCOUNT); 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()
|