OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OVECCOUNT
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
pcredemo.c
43
#define
OVECCOUNT
30 /* should be a multiple of 3 */
59
int ovector[
OVECCOUNT
];
129
OVECCOUNT
); /* number of elements in the output vector */
162
rc =
OVECCOUNT
/3;
321
OVECCOUNT
); /* number of elements in the output vector */
373
rc =
OVECCOUNT
/3;
/external/selinux/policycoreutils/mcstrans/src/
mcstrans.c
39
#define
OVECCOUNT
(512*3)
1097
int ovector[
OVECCOUNT
];
1123
int rc = pcre_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovector,
OVECCOUNT
);
1166
int rc = pcre_exec(g->prefix_regexp, 0, work, work_len, 0, 0, ovector,
OVECCOUNT
);
1174
int rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector,
OVECCOUNT
);
1189
int rc = pcre_exec(g->word_regexp, 0, s, l, 0, 0, ovector,
OVECCOUNT
);
[
all
...]
Completed in 290 milliseconds