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

/bind-9.11.3/lib/isc/
H A Dht.c50 isc_ht_init(isc_ht_t **htp, isc_mem_t *mctx, isc_uint8_t bits) { argument
54 REQUIRE(htp != NULL && *htp == NULL);
82 *htp = ht;
87 isc_ht_destroy(isc_ht_t **htp) { argument
91 REQUIRE(htp != NULL);
93 ht = *htp;
115 *htp = NULL;

Completed in 8 milliseconds