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

/freebsd-11-stable/contrib/ntp/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);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhash.c143 unsigned int limit, isc_hash_t **hctxp)
152 REQUIRE(hctxp != NULL && *hctxp == NULL);
204 *hctxp = hctx;
292 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp) { argument
294 REQUIRE(hctxp != NULL && *hctxp == NULL);
297 *hctxp = hctx;
301 destroy(isc_hash_t **hctxp) { argument
306 REQUIRE(hctxp !
142 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy, unsigned int limit, isc_hash_t **hctxp) argument
335 isc_hash_ctxdetach(isc_hash_t **hctxp) argument
[all...]

Completed in 62 milliseconds