Searched refs:isc_heap_element (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dheap.h130 isc_heap_element(isc_heap_t *heap, unsigned int index);
158 * safe function to call while iterating the heap is isc_heap_element().
/bind-9.11.3/lib/isc/
H A Dheap.c257 isc_heap_element(isc_heap_t *heap, unsigned int idx) { function
H A Dtimer.c671 timer = isc_heap_element(manager->heap, 1);
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c1345 while ((e = isc_heap_element(expected_chains, 1)) != NULL) {
1348 f = isc_heap_element(found_chains, 1);
1367 f = isc_heap_element(found_chains, 1);
1415 f = isc_heap_element(found_chains, 1);
/bind-9.11.3/lib/dns/
H A Drbtdb.c6917 header = isc_heap_element(rbtdb->heaps[rbtnode->locknum], 1);
8221 this = isc_heap_element(rbtdb->heaps[i], 1);
10381 header = isc_heap_element(rbtdb->heaps[locknum], 1);

Completed in 1218 milliseconds