HomeSort by relevance Sort by last modified time
    Searched refs:cil_catset (Results 1 - 12 of 12) sorted by null

  /external/selinux/libsepol/cil/src/
cil_resolve_ast.h 69 int cil_resolve_catset(struct cil_tree_node *current, struct cil_catset *catset, void *extra_args);
cil_internal.h 666 struct cil_catset { struct
996 void cil_catset_init(struct cil_catset **catset);
cil_reset_ast.c 235 static void cil_reset_catset(struct cil_catset *catset)
474 case CIL_CATSET:
cil_build_ast.h 154 void cil_destroy_catset(struct cil_catset *catset);
cil.c 653 case CIL_CATSET:
840 case CIL_CATSET:
1008 case CIL_CATSET:
    [all...]
cil_post.c 72 if (n->flavor == CIL_CATSET) {
885 if (node->flavor == CIL_CATSET) {
886 struct cil_catset *catset = (struct cil_catset *)datum;
934 if (n1->flavor == CIL_CATSET || n2->flavor == CIL_CATSET) {
    [all...]
cil_copy_ast.c 905 struct cil_catset *orig = data;
906 struct cil_catset *new = NULL;
    [all...]
cil_resolve_ast.c     [all...]
cil_tree.c 1257 case CIL_CATSET: {
1258 struct cil_catset *catset = node->data;
    [all...]
cil_build_ast.c     [all...]
cil_binary.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 619 struct cil_catset *test_catset = (struct cil_catset*)test_db->ast->root->cl_head->next->next->next->data;
645 struct cil_catset *test_catset = (struct cil_catset*)test_db->ast->root->cl_head->next->next->next->data;
671 struct cil_catset *test_catset = (struct cil_catset*)test_db->ast->root->cl_head->next->next->next->data;
701 struct cil_catset *test_catset = (struct cil_catset*)test_db->ast->root->cl_head->next->next->next->next->data;
732 struct cil_catset *test_catset = (struct cil_catset*)test_db->ast->root->cl_head->next->next->next->next->data
    [all...]

Completed in 118 milliseconds