Home
last modified time | relevance | path

Searched refs:cil_gen_catorder (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h157 int cil_gen_catorder(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *…
Dcil_build_ast.c3609 int cil_gen_catorder(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *… in cil_gen_catorder() function
6186 rc = cil_gen_catorder(db, parse_current, ast_node); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c10741 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder()
10758 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_dbnull_neg()
10779 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_currnull_neg()
10796 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_astnull_neg()
10817 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_missingcats_neg()
10838 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_nosublist_neg()
10859 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_nestedcat_neg()
Dtest_cil_copy_ast.c789 cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_copy_catorder()