Searched refs:context_order (Results 1 – 1 of 1) sorted by relevance
316 struct context_order { struct323 const struct context_order *c1 = A, *c2 = B; in order_compare() argument399 struct context_order *co = NULL; in get_ordered_context_list()473 co = malloc(nreach * sizeof(struct context_order)); in get_ordered_context_list()480 qsort(co, nreach, sizeof(struct context_order), order_compare); in get_ordered_context_list()