Home
last modified time | relevance | path

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

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