Home | History | Annotate | Download | only in src

Lines Matching defs:extra_args

1707 int __cil_copy_node_helper(struct cil_tree_node *orig, __attribute__((unused)) uint32_t *finished, void *extra_args)
1722 if (orig == NULL || extra_args == NULL) {
1726 args = extra_args;
2085 int __cil_copy_last_child_helper(__attribute__((unused)) struct cil_tree_node *orig, void *extra_args)
2090 args = extra_args;
2105 struct cil_args_copy extra_args;
2107 extra_args.dest = dest;
2108 extra_args.db = db;
2110 rc = cil_tree_walk(orig, __cil_copy_node_helper, NULL, __cil_copy_last_child_helper, &extra_args);