OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_LIST_ITEM
(Results
1 - 8
of
8
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
46
CIL_LIST_ITEM
,
cil_resolve_ast.c
94
struct
cil_list_item
*item;
112
struct
cil_list_item
*curr;
208
struct
cil_list_item
*curr;
234
struct
cil_list_item
*curr;
734
struct
cil_list_item
*curr;
1141
struct
cil_list_item
*item = NULL;
1149
struct
cil_list_item
*next = item->next;
1162
cil_list_init(ordered_lists,
CIL_LIST_ITEM
);
1165
struct
cil_list_item
*__cil_ordered_item_insert(struct cil_list *old, struct
cil_list_item
*curr, struct cil_list_item *item
[
all
...]
cil_symtab.c
67
cil_list_init(&datum->nodes,
CIL_LIST_ITEM
);
cil_policy.c
301
struct
cil_list_item
*curr_key;
312
struct
cil_list_item
*curr_value;
314
if (curr_value == (struct
cil_list_item
*)value) {
328
cil_list_init(&new_data->values,
CIL_LIST_ITEM
);
339
struct
cil_list_item
*current_user;
347
struct
cil_list_item
*current_role;
367
struct
cil_list_item
*curr_cat;
379
struct
cil_list_item
*curr_catalias;
393
struct
cil_list_item
*curr_sens;
405
struct
cil_list_item
*curr_sensalias
[
all
...]
cil.c
262
cil_list_init(&(*db)->userprefixes,
CIL_LIST_ITEM
);
263
cil_list_init(&(*db)->selinuxusers,
CIL_LIST_ITEM
);
264
cil_list_init(&(*db)->names,
CIL_LIST_ITEM
);
481
case
CIL_LIST_ITEM
:
877
case
CIL_LIST_ITEM
:
1177
struct
cil_list_item
*curr;
1226
struct
cil_list_item
*i;
1227
struct
cil_list_item
*j;
[
all
...]
cil_copy_ast.c
52
struct
cil_list_item
*orig_item;
196
struct
cil_list_item
*orig_item;
202
cil_list_init(new,
CIL_LIST_ITEM
);
1338
struct
cil_list_item
*curr;
[
all
...]
cil_binary.c
292
struct
cil_list_item
*curr_class;
795
struct
cil_list_item
*curr_cat;
855
struct
cil_list_item
*curr;
1067
struct
cil_list_item
*c;
1128
struct
cil_list_item
*c;
[
all
...]
cil_build_ast.c
120
struct
cil_list_item
*item;
418
struct
cil_list_item
*curr = NULL;
419
struct
cil_list_item
*head = NULL;
691
struct
cil_list_item
*curr;
1133
struct
cil_list_item
*curr = NULL;
1277
struct
cil_list_item
*expr = NULL;
1278
struct
cil_list_item
*next = NULL;
[
all
...]
Completed in 47 milliseconds