Searched refs:isc_heap_create (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | heap.h | 46 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
|
/bind-9.11.3/lib/isc/tests/ |
H A D | heap_test.c | 58 result = isc_heap_create(mctx, compare, idx, 0, &heap);
|
/bind-9.11.3/lib/isc/ |
H A D | heap.c | 79 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, function
|
H A D | timer.c | 879 result = isc_heap_create(mctx, sooner, set_index, 0, &manager->heap);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 1504 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 D | rbtdb.c | 8538 result = isc_heap_create(hmctx, sooner, set_index, 0,
|
Completed in 2463 milliseconds