Searched refs:seapp_context (Results 1 – 1 of 1) sorted by relevance
201 struct seapp_context { struct224 static void free_seapp_context(struct seapp_context *s) in free_seapp_context() argument242 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; in seapp_context_cmp()243 const struct seapp_context *const *sp2 = (const struct seapp_context *const *) B; in seapp_context_cmp()244 const struct seapp_context *s1 = *sp1, *s2 = *sp2; in seapp_context_cmp()365 static struct seapp_context **seapp_contexts = NULL;401 struct seapp_context *cur; in selinux_android_seapp_context_reload()437 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *)); in selinux_android_seapp_context_reload()461 cur = (struct seapp_context *) calloc(1, sizeof(struct seapp_context)); in selinux_android_seapp_context_reload()674 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *), in selinux_android_seapp_context_reload()[all …]