OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_root
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/src/
cil_fqn.c
132
struct
cil_root
*root = root_node->data;
cil_internal.h
310
struct
cil_root
{
struct
921
void cil_root_init(struct
cil_root
**root);
922
void cil_root_destroy(struct
cil_root
*root);
cil.c
246
cil_root_init((struct
cil_root
**)&(*db)->ast->root->data);
326
void cil_root_init(struct
cil_root
**root)
328
struct
cil_root
*r = cil_malloc(sizeof(*r));
334
void cil_root_destroy(struct
cil_root
*root)
469
case
CIL_ROOT
:
867
case
CIL_ROOT
:
[
all
...]
cil_resolve_ast.c
80
symtab = &((struct
cil_root
*)db->ast->root->data)->symtab[sym_index];
[
all
...]
Completed in 35 milliseconds