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 68 int cil_resolve_catset(struct cil_tree_node *current, struct cil_catset *catset, void *extra_args);
cil_internal.h 611 struct cil_catset { struct
934 void cil_catset_init(struct cil_catset **catset);
cil_reset_ast.c 210 static void cil_reset_catset(struct cil_catset *catset)
443 case CIL_CATSET:
cil_post.c 69 if (n->flavor == CIL_CATSET) {
743 if (node->flavor == CIL_CATSET) {
744 struct cil_catset *catset = (struct cil_catset *)datum;
792 if (n1->flavor == CIL_CATSET || n2->flavor == CIL_CATSET) {
1180 case CIL_CATSET: {
1181 struct cil_catset *catset = node->data;
    [all...]
cil_build_ast.h 147 void cil_destroy_catset(struct cil_catset *catset);
cil.c 622 case CIL_CATSET:
801 case CIL_CATSET:
962 case CIL_CATSET:
1182 struct cil_catset *cs;
1192 if (node->flavor == CIL_CATSET) {
1193 cs = (struct cil_catset*)i->data;
    [all...]
cil_copy_ast.c 826 struct cil_catset *orig = data;
827 struct cil_catset *new = NULL;
    [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.c     [all...]
cil_tree.c 1153 case CIL_CATSET: {
1154 struct cil_catset *catset = node->data;
    [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 49 milliseconds