Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dheap.h37 #define heap_element __heap_element macro
46 void * heap_element(heap_context, int);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c237 if (heap_element(ctx->timers, del->index) != del) in evClearTimer()
264 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer()
290 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer()
H A Dheap.c209 heap_element(heap_context ctx, int i) { in heap_element() function
H A Deventlib.c261 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) { in evGetNext()
611 if (heap_element(ctx->timers, this->index) != this) { in evDrop()