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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhash.h106 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp);
114 isc_hash_ctxdetach(isc_hash_t **hctxp);
/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c143 unsigned int limit, isc_hash_t **hctxp)
152 REQUIRE(hctxp != NULL && *hctxp == NULL);
200 *hctxp = hctx;
284 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp) { argument
286 REQUIRE(hctxp != NULL && *hctxp == NULL);
289 *hctxp = hctx;
293 destroy(isc_hash_t **hctxp) { argument
297 REQUIRE(hctxp !
142 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy, unsigned int limit, isc_hash_t **hctxp) argument
321 isc_hash_ctxdetach(isc_hash_t **hctxp) argument
[all...]

Completed in 14 milliseconds