Searched refs:omatch (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c1226 struct cil_list_item *omatch = NULL; local
1247 omatch = __cil_ordered_find_match(nmatch, ofirst);
1248 if (omatch) {
1258 if (nmatch != nfirst && omatch != ofirst) {
1273 ocurr = omatch->next;
1274 oprev = omatch;
1294 omatch = __cil_ordered_find_match(ncurr, ocurr->next);
1295 if (omatch) {
1297 oprev = omatch;
1298 ocurr = omatch
[all...]

Completed in 133 milliseconds