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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dhash.h108 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp);
116 isc_hash_ctxdetach(isc_hash_t **hctxp);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dhash.h108 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp);
116 isc_hash_ctxdetach(isc_hash_t **hctxp);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dhash.c145 unsigned int limit, isc_hash_t **hctxp)
154 REQUIRE(hctxp != NULL && *hctxp == NULL);
206 *hctxp = hctx;
294 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp) { argument
296 REQUIRE(hctxp != NULL && *hctxp == NULL);
299 *hctxp = hctx;
303 destroy(isc_hash_t **hctxp) { argument
308 REQUIRE(hctxp !
144 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy, unsigned int limit, isc_hash_t **hctxp) argument
337 isc_hash_ctxdetach(isc_hash_t **hctxp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dhash.c145 unsigned int limit, isc_hash_t **hctxp)
154 REQUIRE(hctxp != NULL && *hctxp == NULL);
202 *hctxp = hctx;
286 isc_hash_ctxattach(isc_hash_t *hctx, isc_hash_t **hctxp) { argument
288 REQUIRE(hctxp != NULL && *hctxp == NULL);
291 *hctxp = hctx;
295 destroy(isc_hash_t **hctxp) { argument
299 REQUIRE(hctxp !
144 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy, unsigned int limit, isc_hash_t **hctxp) argument
323 isc_hash_ctxdetach(isc_hash_t **hctxp) argument
[all...]

Completed in 64 milliseconds