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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dheap.h27 heap_higher_priority_func higher_priority; member in struct:heap_context
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dheap.c53 heap_new(heap_higher_priority_func higher_priority, heap_index_func index, argument
57 if (higher_priority == NULL)
71 ctx->higher_priority = higher_priority;
110 i > 1 && ctx->higher_priority(elt, ctx->heap[p]);
130 if (j < size && ctx->higher_priority(ctx->heap[j+1],
133 if (ctx->higher_priority(elt, ctx->heap[j]))
177 less = ctx->higher_priority(elt, ctx->heap[i]);

Completed in 479 milliseconds