OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_nodecon
(Results
1 - 15
of
15
) sorted by null
/external/selinux/libsepol/cil/test/unit/
test_cil_post.c
402
struct
cil_nodecon
*anodecon;
407
struct
cil_nodecon
*bnodecon;
425
struct
cil_nodecon
*anodecon;
430
struct
cil_nodecon
*bnodecon;
448
struct
cil_nodecon
*anodecon;
453
struct
cil_nodecon
*bnodecon;
471
struct
cil_nodecon
*anodecon;
476
struct
cil_nodecon
*bnodecon;
494
struct
cil_nodecon
*anodecon;
499
struct
cil_nodecon
*bnodecon
[
all
...]
test_cil_copy_ast.c
[
all
...]
test_cil_build_ast.c
[
all
...]
/external/selinux/libsepol/cil/src/
cil_internal.h
727
struct
cil_nodecon
{
struct
984
void cil_nodecon_init(struct
cil_nodecon
**nodecon);
cil_reset_ast.c
298
static void cil_reset_nodecon(struct
cil_nodecon
*nodecon)
495
case
CIL_NODECON
:
cil_post.c
197
struct
cil_nodecon
*anodecon;
198
struct
cil_nodecon
*bnodecon;
199
anodecon = *(struct
cil_nodecon
**)a;
200
bnodecon = *(struct
cil_nodecon
**)b;
398
case
CIL_NODECON
:
524
case
CIL_NODECON
: {
[
all
...]
cil_binary.c
3098
struct
cil_nodecon
*
cil_nodecon
= nodecons->array[i];
local
[
all
...]
cil_build_ast.h
179
void cil_destroy_nodecon(struct
cil_nodecon
*nodecon);
cil_copy_ast.c
1153
struct
cil_nodecon
*orig = data;
1154
struct
cil_nodecon
*new = NULL;
[
all
...]
cil_policy.c
173
struct
cil_nodecon
*nodecon = (struct
cil_nodecon
*)sort->array[i];
[
all
...]
cil_verify.c
1065
struct
cil_nodecon
*nodecon = node->data;
[
all
...]
cil_tree.c
[
all
...]
cil.c
718
case
CIL_NODECON
:
1081
case
CIL_NODECON
:
[
all
...]
cil_build_ast.c
[
all
...]
cil_resolve_ast.c
[
all
...]
Completed in 853 milliseconds