Searched refs:heap_element (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dheap.h37 #define heap_element __heap_element macro
46 void * heap_element(heap_context, int);
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c378 if (heap_element(ctx->timers, del->index) != del)
405 if (heap_element(ctx->timers, timer->index) != timer)
431 if (heap_element(ctx->timers, timer->index) != timer)
H A Dheap.c213 heap_element(heap_context ctx, int i) { function
H A Deventlib.c265 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) {
615 if (heap_element(ctx->timers, this->index) != this) {

Completed in 98 milliseconds