Lines Matching refs:seapp_context
158 struct seapp_context {
173 static void free_seapp_context(struct seapp_context *s)
190 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A;
191 const struct seapp_context *const *sp2 = (const struct seapp_context *const *) B;
192 const struct seapp_context *s1 = *sp1, *s2 = *sp2;
262 static struct seapp_context **seapp_contexts = NULL;
286 struct seapp_context *cur;
311 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *));
328 cur = (struct seapp_context *) calloc(1, sizeof(struct seapp_context));
458 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *),
524 struct seapp_context *cur = NULL;