Searched defs:heap_context (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dheap.h22 typedef struct heap_context { struct
29 } *heap_context; typedef in typeref:struct:heap_context
40 heap_context heap_new(heap_higher_priority_func, heap_index_func, int);
41 int heap_free(heap_context);
42 int heap_insert(heap_context, void *);
43 int heap_delete(heap_context, int);
44 int heap_increased(heap_context, int);
45 int heap_decreased(heap_context, int);
46 void * heap_element(heap_context, int);
47 int heap_for_each(heap_context, heap_for_each_fun
[all...]

Completed in 14 milliseconds