Searched refs:isc_heap_insert (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | heap.h | 86 isc_heap_insert(isc_heap_t *heap, void *elt);
|
/bind-9.11.3/lib/isc/tests/ |
H A D | heap_test.c | 62 isc_heap_insert(heap, &e1);
|
/bind-9.11.3/lib/isc/ |
H A D | heap.c | 194 isc_heap_insert(isc_heap_t *heap, void *elt) { function
|
H A D | timer.c | 252 result = isc_heap_insert(manager->heap, timer);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 778 result = isc_heap_insert(chains, element); 780 fprintf(stderr, "isc_heap_insert failed: %s\n",
|
/bind-9.11.3/lib/dns/ |
H A D | rbtdb.c | 6076 result = isc_heap_insert(rbtdb->heaps[idx], newheader); 6455 result = isc_heap_insert(rbtdb->heaps[idx], 6502 result = isc_heap_insert(rbtdb->heaps[idx], 6569 result = isc_heap_insert(rbtdb->heaps[idx], newheader); 7507 result = isc_heap_insert(rbtdb->heaps[idx], header);
|
Completed in 51 milliseconds