Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_find.c42 int match_self; member
294 …e, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule() argument
302 if (match_self != CIL_TRUE && avrule == target) goto exit; in cil_find_matching_avrule()
366 rc = cil_find_matching_avrule(node, node->data, args->target, args->matching, args->match_self); in __cil_find_matching_avrule_in_ast()
374 …ree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule_in_ast() argument
382 args.match_self = match_self; in cil_find_matching_avrule_in_ast()
Dcil_find.h37 …ee_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self);