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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dheap.h52 typedef struct isc_heap isc_heap_t; typedef in typeref:struct:isc_heap
57 isc_heap_t **heapp);
84 isc_heap_destroy(isc_heap_t **heapp);
89 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
93 isc_heap_insert(isc_heap_t *heap, void *elt);
98 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
102 isc_heap_delete(isc_heap_t *heap, unsigned int index);
107 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
113 isc_heap_increased(isc_heap_t *heap, unsigned int index);
119 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t
[all...]

Completed in 9 milliseconds