Searched defs:heapp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dheap.c81 isc_heap_t **heapp)
85 REQUIRE(heapp != NULL && *heapp == NULL);
104 *heapp = heap;
110 isc_heap_destroy(isc_heap_t **heapp) { argument
113 REQUIRE(heapp != NULL);
114 heap = *heapp;
123 *heapp = NULL;
79 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t idx, unsigned int size_increment, isc_heap_t **heapp) argument

Completed in 7 milliseconds