Searched refs:heap_for_each_func (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dheap.h22 typedef void (*heap_for_each_func)(void *, void *); typedef
49 int heap_for_each(heap_context, heap_for_each_func, void *);
/netbsd-current/lib/libc/include/isc/
H A Dheap.h22 typedef void (*heap_for_each_func)(void *, void *); typedef
49 int heap_for_each(heap_context, heap_for_each_func, void *);
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dheap.c225 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) {

Completed in 71 milliseconds