Searched refs:isc_heap_create (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dheap.h46 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
/bind-9.11.3/lib/isc/tests/
H A Dheap_test.c58 result = isc_heap_create(mctx, compare, idx, 0, &heap);
/bind-9.11.3/lib/isc/
H A Dheap.c79 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, function
H A Dtimer.c879 result = isc_heap_create(mctx, sooner, set_index, 0, &manager->heap);
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c1504 result = isc_heap_create(mctx, chain_compare, NULL, 1024,
1506 check_result(result, "isc_heap_create()");
1507 result = isc_heap_create(mctx, chain_compare, NULL, 1024,
1509 check_result(result, "isc_heap_create()");
/bind-9.11.3/lib/dns/
H A Drbtdb.c8538 result = isc_heap_create(hmctx, sooner, set_index, 0,

Completed in 61 milliseconds