Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/include/isc/
H A Dheap.h37 #define heap_element __heap_element macro
46 void * heap_element(heap_context, int);
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c243 if (heap_element(ctx->timers, del->index) != del) in evClearTimer()
270 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer()
296 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer()
H A Dheap.c213 heap_element(heap_context ctx, int i) { in heap_element() function
H A Deventlib.c265 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) { in evGetNext()
615 if (heap_element(ctx->timers, this->index) != this) { in evDrop()