Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcredemo.c43 #define OVECCOUNT 30 /* should be a multiple of 3 */ macro
59 int ovector[OVECCOUNT]; in main()
129 OVECCOUNT); /* number of elements in the output vector */ in main()
162 rc = OVECCOUNT/3; in main()
321 OVECCOUNT); /* number of elements in the output vector */ in main()
373 rc = OVECCOUNT/3; in main()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c39 #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 int rc = pcre_exec(g->prefix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
1174 int rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
1189 int rc = pcre_exec(g->word_regexp, 0, s, l, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()