cil_find.c | 42 int match_self; member in struct:cil_args_find 290 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) 298 if (match_self != CIL_TRUE && avrule == target) goto exit; 362 rc = cil_find_matching_avrule(node, node->data, args->target, args->matching, args->match_self); 370 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) 378 args.match_self = match_self;
|