Searched refs:heap_for_each (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libbind/dist/include/isc/ |
H A D | heap.h | 40 #define heap_for_each __heap_for_each macro 49 int heap_for_each(heap_context, heap_for_each_func, void *);
|
/netbsd-src/lib/libc/include/isc/ |
H A D | heap.h | 40 #define heap_for_each __heap_for_each macro 49 int heap_for_each(heap_context, heap_for_each_func, void *);
|
/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | ev_timers.c | 222 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer() 254 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer() 339 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer() 427 (void) heap_for_each(ctx->timers, free_timer, NULL); in evDestroyTimers()
|
H A D | heap.c | 225 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) { in heap_for_each() function
|
/netbsd-src/lib/libc/isc/ |
H A D | ev_timers.c | 239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer() 271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer() 356 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer() 444 (void) heap_for_each(ctx->timers, free_timer, NULL); in evDestroyTimers()
|