OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_block
(Results
1 - 15
of
15
) sorted by null
/external/selinux/libsepol/cil/test/unit/
test_cil_symtab.c
42
struct
cil_block
*test_block = malloc(sizeof(*test_block));
test_cil_build_ast.c
224
CuAssertIntEquals(tc, ((struct
cil_block
*)test_ast_node->data)->is_abstract, 0);
225
CuAssertIntEquals(tc, test_ast_node->flavor,
CIL_BLOCK
);
353
cil_destroy_block((struct
cil_block
*)test_ast_node->data);
[
all
...]
/external/selinux/libsepol/cil/src/
cil_fqn.c
75
struct
cil_block
*block = (struct
cil_block
*)d;
81
if (node->flavor !=
CIL_BLOCK
) {
cil_internal.h
321
struct
cil_block
{
struct
330
struct
cil_block
*block;
945
void cil_block_init(struct
cil_block
**block);
cil_post.c
332
case
CIL_BLOCK
: {
333
struct
cil_block
*blk = node->data;
434
case
CIL_BLOCK
: {
435
struct
cil_block
*blk = node->data;
1195
case
CIL_BLOCK
: {
1196
struct
cil_block
*blk = node->data;
1295
case
CIL_BLOCK
: {
1296
struct
cil_block
*blk = node->data;
[
all
...]
cil_find.c
351
if (node->flavor ==
CIL_BLOCK
) {
352
struct
cil_block
*blk = node->data;
cil_resolve_ast.c
[
all
...]
cil_build_ast.h
44
void cil_destroy_block(struct
cil_block
*block);
cil_verify.c
[
all
...]
cil.c
489
case
CIL_BLOCK
:
777
case
CIL_BLOCK
:
883
case
CIL_BLOCK
:
[
all
...]
cil_copy_ast.c
100
struct
cil_block
*orig = data;
106
struct
cil_block
*new;
[
all
...]
cil_policy.c
[
all
...]
cil_tree.c
590
case
CIL_BLOCK
: {
591
struct
cil_block
*block = node->data;
[
all
...]
cil_build_ast.c
163
struct
cil_block
*block = NULL;
181
rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)block, (hashtab_key_t)key, CIL_SYM_BLOCKS,
CIL_BLOCK
);
196
void cil_destroy_block(struct
cil_block
*block)
[
all
...]
cil_binary.c
[
all
...]
Completed in 56 milliseconds