Lines Matching defs:ctx
55 heap_context ctx; in heap_new() local
77 heap_free(heap_context ctx) { in heap_free()
91 heap_resize(heap_context ctx) { in heap_resize()
106 float_up(heap_context ctx, int i, void *elt) { in float_up()
122 sink_down(heap_context ctx, int i, void *elt) { in sink_down()
146 heap_insert(heap_context ctx, void *elt) { in heap_insert()
164 heap_delete(heap_context ctx, int i) { in heap_delete()
189 heap_increased(heap_context ctx, int i) { in heap_increased()
201 heap_decreased(heap_context ctx, int i) { in heap_decreased()
213 heap_element(heap_context ctx, int i) { in heap_element()
223 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) { in heap_for_each()