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

/bind-9.11.3/lib/isc/
H A Dhash.c133 size_t limit, isc_hash_t **hctxp)
142 REQUIRE(hctxp != NULL && *hctxp == NULL);
190 *hctxp = hctx;
276 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp) { argument
278 REQUIRE(hctxp != NULL && *hctxp == NULL);
281 *hctxp = hctx;
285 destroy(isc_hash_t **hctxp) { argument
289 REQUIRE(hctxp !
132 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy, size_t limit, isc_hash_t **hctxp) argument
313 isc_hash_ctxdetach(isc_hash_t **hctxp) argument
[all...]

Completed in 10 milliseconds