Home | History | Annotate | Download | only in src

Lines Matching full:seapp_context

151 struct seapp_context {
166 static void free_seapp_context(struct seapp_context *s)
183 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A;
184 const struct seapp_context *const *sp2 = (const struct seapp_context *const *) B;
185 const struct seapp_context *s1 = *sp1, *s2 = *sp2;
255 static struct seapp_context **seapp_contexts = NULL;
279 struct seapp_context *cur;
304 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *));
321 cur = (struct seapp_context *) calloc(1, sizeof(struct seapp_context));
451 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *),
517 struct seapp_context *cur = NULL;