Lines Matching refs:cl_head
72 if (node->cl_head->data == CIL_KEY_SRC_INFO) { in cil_tree_get_next_path()
74 *path = node->cl_head->next->next->data; in cil_tree_get_next_path()
75 *is_cil = (node->cl_head->next->data == CIL_KEY_SRC_CIL); in cil_tree_get_next_path()
185 if (node->cl_head != NULL) { in cil_tree_children_destroy()
186 node = node->cl_head; in cil_tree_children_destroy()
190 if (node->cl_head != NULL){ in cil_tree_children_destroy()
191 next = node->cl_head; in cil_tree_children_destroy()
196 node->parent->cl_head = NULL; in cil_tree_children_destroy()
211 new_node->cl_head = NULL; in cil_tree_node_init()
283 if (node->cl_head != NULL && !(finished & CIL_TREE_SKIP_HEAD)) { in cil_tree_walk_core()
304 if (!node || !node->cl_head) { in cil_tree_walk()
309 rc = (*first_child)(node->cl_head, extra_args); in cil_tree_walk()
316 rc = cil_tree_walk_core(node->cl_head, process_node, first_child, last_child, extra_args); in cil_tree_walk()
921 cil_tree_print_perms_list(node->cl_head); in cil_tree_print_node()
946 cil_tree_print_perms_list(node->cl_head); in cil_tree_print_node()
983 cil_tree_print_perms_list(node->cl_head); in cil_tree_print_node()
1743 if (current->cl_head == NULL) { in cil_tree_print()
1745 if (current->parent->cl_head == current) { in cil_tree_print()
1768 cil_tree_print(current->cl_head, depth + 1); in cil_tree_print()