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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dheap.h57 isc_heap_t **heapp);
76 *\li "heapp" is not NULL, and "*heap" is NULL.
84 isc_heap_destroy(isc_heap_t **heapp);
89 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
98 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
107 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
119 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
131 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
142 *\li "heapp" is not NULL and "*heap" points to a valid isc_heap_t.
157 *\li "heapp" i
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dheap.c78 isc_heap_t **heapp)
82 REQUIRE(heapp != NULL && *heapp == NULL);
101 *heapp = heap;
107 isc_heap_destroy(isc_heap_t **heapp) { argument
110 REQUIRE(heapp != NULL);
111 heap = *heapp;
120 *heapp = NULL;
76 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t index, unsigned int size_increment, isc_heap_t **heapp) argument

Completed in 9 milliseconds