Searched refs:__cil_copy_node_helper (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c40 int __cil_copy_node_helper(struct cil_tree_node *orig, uint32_t *finished, void *extra_args);
1407 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1427 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1462 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args);
1482 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args);
1505 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1525 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1548 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1568 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args);
1591 int rc = __cil_copy_node_helper(test_d
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c1669 int __cil_copy_node_helper(struct cil_tree_node *orig, __attribute__((unused)) uint32_t *finished, void *extra_args) function
2058 rc = cil_tree_walk(orig, __cil_copy_node_helper, NULL, __cil_copy_last_child_helper, &extra_args);

Completed in 97 milliseconds