Home
last modified time | relevance | path

Searched refs:heap_insert (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dheap.h33 #define heap_insert __heap_insert macro
42 int heap_insert(heap_context, void *);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dheap.c142 heap_insert(heap_context ctx, void *elt) { in heap_insert() function
H A Dev_timers.c205 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()