Home
last modified time | relevance | path

Searched defs:heap_insert (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/include/isc/
H A Dheap.h35 #define heap_insert __heap_insert macro
/netbsd-src/lib/libc/include/isc/
H A Dheap.h35 #define heap_insert __heap_insert macro
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dheap.c148 heap_insert(heap_context ctx, void *elt) { in heap_insert() function
/freebsd-src/sys/netpfil/ipfw/
H A Ddn_heap.c141 heap_insert(struct dn_heap *h, uint64_t key1, void *p) in heap_insert() function