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

/freebsd-12-stable/contrib/ntp/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...]
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dheap.c78 isc_heap_t **heapp)
80 isc_heap_t *heap;
107 isc_heap_destroy(isc_heap_t **heapp) {
108 isc_heap_t *heap;
124 resize(isc_heap_t *heap) {
146 float_up(isc_heap_t *heap, unsigned int i, void *elt) {
164 sink_down(isc_heap_t *heap, unsigned int i, void *elt) {
189 isc_heap_insert(isc_heap_t *heap, void *elt) {
206 isc_heap_delete(isc_heap_t *heap, unsigned int index) {
231 isc_heap_increased(isc_heap_t *hea
[all...]
H A Dtimer.c117 isc_heap_t * heap;

Completed in 116 milliseconds