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

/bind-9.11.3/lib/isc/include/isc/
H A Dheap.h43 typedef struct isc_heap isc_heap_t; typedef in typeref:struct:isc_heap
48 isc_heap_t **heapp);
77 isc_heap_destroy(isc_heap_t **heapp);
82 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
86 isc_heap_insert(isc_heap_t *heap, void *elt);
91 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
95 isc_heap_delete(isc_heap_t *heap, unsigned int index);
100 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
106 isc_heap_increased(isc_heap_t *heap, unsigned int index);
112 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t
[all...]

Completed in 13 milliseconds