Home
last modified time | relevance | path

Searched refs:type_vec (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libsepol/src/
H A Doptimize.c39 struct type_vec { struct
44 static int type_vec_init(struct type_vec *v) in type_vec_init()
54 static void type_vec_destroy(struct type_vec *v) in type_vec_destroy()
59 static int type_vec_append(struct type_vec *v, uint32_t type) in type_vec_append()
77 static int type_vec_contains(const struct type_vec *v, uint32_t type) in type_vec_contains()
96 static struct type_vec *build_type_map(const policydb_t *p) in build_type_map()
100 struct type_vec *map = calloc(p->p_types.nprim, sizeof(*map)); in build_type_map()
143 static void destroy_type_map(const policydb_t *p, struct type_vec *type_map) in destroy_type_map()
200 const struct type_vec *type_map, in is_avrule_redundant()
258 const struct type_vec *type_ma in is_cond_rule_redundant()
[all...]

Completed in 2 milliseconds