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

/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dheap.h39 #define heap_element __heap_element macro
48 void * heap_element(heap_context, int);
/netbsd-current/lib/libc/include/isc/
H A Dheap.h39 #define heap_element __heap_element macro
48 void * heap_element(heap_context, int);
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dev_timers.c245 if (heap_element(ctx->timers, del->index) != del)
272 if (heap_element(ctx->timers, timer->index) != timer)
298 if (heap_element(ctx->timers, timer->index) != timer)
H A Dheap.c215 heap_element(heap_context ctx, int i) { function
H A Deventlib.c267 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) {
617 if (heap_element(ctx->timers, this->index) != this) {
/netbsd-current/lib/libc/isc/
H A Dev_timers.c262 if (heap_element(ctx->timers, del->index) != del)
289 if (heap_element(ctx->timers, timer->index) != timer)
315 if (heap_element(ctx->timers, timer->index) != timer)

Completed in 88 milliseconds