Searched refs:heap_for_each (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libresolv2/include/isc/ |
H A D | heap.h | 38 #define heap_for_each __heap_for_each macro 47 int heap_for_each(heap_context, heap_for_each_func, void *);
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 355 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 387 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 472 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 560 (void) heap_for_each(ctx->timers, free_timer, NULL);
|
H A D | heap.c | 223 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) { function
|
Completed in 16 milliseconds