Home
last modified time | relevance | path

Searched refs:cil_block (Results 1 – 14 of 14) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_fqn.c75 struct cil_block *block = (struct cil_block *)d; in __cil_fqn_qualify_blocks()
Dcil_internal.h307 struct cil_block { struct
316 struct cil_block *block; argument
901 void cil_block_init(struct cil_block **block);
Dcil_post.c333 struct cil_block *blk = node->data; in __cil_post_db_count_helper()
410 struct cil_block *blk = node->data; in __cil_post_db_array_helper()
1002 struct cil_block *blk = node->data; in __cil_post_db_attr_helper()
1078 struct cil_block *blk = node->data; in __cil_post_db_roletype_helper()
1170 struct cil_block *blk = node->data; in __cil_post_db_cat_helper()
1525 struct cil_block *blk = node->data; in __cil_post_db_classperms_helper()
Dcil_build_ast.h44 void cil_destroy_block(struct cil_block *block);
Dcil_resolve_ast.c2084 inherit->block = (struct cil_block *)block_datum; in cil_resolve_blockinherit_link()
2099 struct cil_block *block = current->data; in cil_resolve_blockinherit_copy()
2151 ((struct cil_block*)block_datum)->is_abstract = CIL_TRUE; in cil_resolve_blockabstract()
3290 …if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (p… in __cil_resolve_ast_node_helper()
3569 symtab = &((struct cil_block*)node->data)->symtab[sym_index]; in __cil_resolve_name_with_parents()
3671 symtab = &((struct cil_block*)node->data)->symtab[CIL_SYM_BLOCKS]; in cil_resolve_name()
Dcil.c1627 cil_symtab_array_destroy(((struct cil_block*)current->data)->symtab); in cil_destroy_ast_symtabs()
1681 *symtab = &((struct cil_block*)node->data)->symtab[sym_index]; in cil_get_symtab()
1799 void cil_block_init(struct cil_block **block) in cil_block_init()
Dcil_verify.c1309 struct cil_block *blk = node->data; in __cil_verify_helper()
1543 struct cil_block *blk = node->data; in __cil_verify_no_classperms_loop_helper()
Dcil_copy_ast.c100 struct cil_block *orig = data; in cil_copy_block()
106 struct cil_block *new; in cil_copy_block()
Dcil_tree.c591 struct cil_block *block = node->data; in cil_tree_print_node()
Dcil_policy.c1141 if (node->flavor == CIL_BLOCK && ((struct cil_block*)node->data)->is_abstract == CIL_TRUE) { in __cil_gen_policy_node_helper()
Dcil_build_ast.c163 struct cil_block *block = NULL; in cil_gen_block()
196 void cil_destroy_block(struct cil_block *block) in cil_destroy_block()
Dcil_binary.c3295 struct cil_block *blk = node->data; in __cil_binary_create_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_symtab.c42 struct cil_block *test_block = malloc(sizeof(*test_block)); in test_cil_symtab_insert()
Dtest_cil_build_ast.c224 CuAssertIntEquals(tc, ((struct cil_block*)test_ast_node->data)->is_abstract, 0); in test_cil_gen_block()
353 cil_destroy_block((struct cil_block*)test_ast_node->data); in test_cil_destroy_block()