OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cp_list
(Results
1 - 7
of
7
) sorted by null
/external/selinux/libsepol/cil/src/
cil_reset_ast.c
7
static inline void cil_reset_classperms_list(struct cil_list *
cp_list
);
63
static inline void cil_reset_classperms_list(struct cil_list *
cp_list
)
67
if (
cp_list
== NULL) {
71
cil_list_for_each(curr,
cp_list
) {
cil_resolve_ast.h
41
int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *
cp_list
, void *extra_args);
cil_tree.c
577
void cil_tree_print_classperms_list(struct cil_list *
cp_list
)
581
if (
cp_list
== NULL) {
585
cil_list_for_each(i,
cp_list
) {
[
all
...]
cil_build_ast.h
64
void cil_destroy_classperms_list(struct cil_list **
cp_list
);
cil_build_ast.c
679
int cil_fill_classperms_list(struct cil_tree_node *parse_current, struct cil_list **
cp_list
)
688
if (parse_current == NULL ||
cp_list
== NULL) {
697
cil_list_init(
cp_list
, CIL_CLASSPERMS);
705
cil_list_append(*
cp_list
, CIL_CLASSPERMS_SET, new_cp_set);
713
cil_list_append(*
cp_list
, CIL_CLASSPERMS, new_cp);
724
cil_list_destroy(
cp_list
, CIL_TRUE);
728
void cil_destroy_classperms_list(struct cil_list **
cp_list
)
732
if (
cp_list
== NULL || *
cp_list
== NULL) {
736
cil_list_for_each(curr, *
cp_list
) {
[
all
...]
cil_binary.c
4770
struct cil_list *
cp_list
;
local
[
all
...]
cil_resolve_ast.c
213
int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *
cp_list
, void *extra_args)
218
cil_list_for_each(curr,
cp_list
) {
[
all
...]
Completed in 1175 milliseconds