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

/bind-9.11.3/lib/isc/
H A Dhash.c94 LIBISC_EXTERNAL_DATA isc_hash_t *isc_hashctx = NULL; variable
213 INSIST(isc_hashctx == NULL);
219 if (isc_hashctx == NULL)
221 &isc_hashctx);
270 INSIST(isc_hashctx != NULL && VALID_HASH(isc_hashctx));
272 isc_hash_ctxinit(isc_hashctx);
331 INSIST(isc_hashctx != NULL && VALID_HASH(isc_hashctx));
333 isc_refcount_decrement(&isc_hashctx
[all...]

Completed in 11 milliseconds