Searched refs:seapp_context (Results 1 – 1 of 1) sorted by relevance
275 struct seapp_context { struct299 static void free_seapp_context(struct seapp_context *s) in free_seapp_context() argument317 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; in seapp_context_cmp()318 const struct seapp_context *const *sp2 = (const struct seapp_context *const *) B; in seapp_context_cmp()319 const struct seapp_context *s1 = *sp1, *s2 = *sp2; in seapp_context_cmp()444 static struct seapp_context **seapp_contexts = NULL;480 struct seapp_context *cur; in selinux_android_seapp_context_reload()531 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *)); in selinux_android_seapp_context_reload()559 cur = (struct seapp_context *) calloc(1, sizeof(struct seapp_context)); in selinux_android_seapp_context_reload()781 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *), in selinux_android_seapp_context_reload()[all …]