HomeSort by relevance Sort by last modified time
    Searched refs:match_self (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/cil/src/
cil_find.h 37 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self);
cil_find.c 42 int match_self; member in struct:cil_args_find
294 int cil_find_matching_avrule(struct cil_tree_node *node, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self)
302 if (match_self != CIL_TRUE && avrule == target) goto exit;
366 rc = cil_find_matching_avrule(node, node->data, args->target, args->matching, args->match_self);
374 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self)
382 args.match_self = match_self;

Completed in 88 milliseconds