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

/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dheap.h29 heap_higher_priority_func higher_priority; member in struct:heap_context
/netbsd-current/lib/libc/include/isc/
H A Dheap.h29 heap_higher_priority_func higher_priority; member in struct:heap_context
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dheap.c55 heap_new(heap_higher_priority_func higher_priority, heap_index_func index, argument
59 if (higher_priority == NULL)
73 ctx->higher_priority = higher_priority;
112 i > 1 && ctx->higher_priority(elt, ctx->heap[p]);
132 if (j < size && ctx->higher_priority(ctx->heap[j+1],
135 if (ctx->higher_priority(elt, ctx->heap[j]))
179 less = ctx->higher_priority(elt, ctx->heap[i]);

Completed in 75 milliseconds