Lines Matching refs:dctxp
324 dst_context_create(dst_key_t *key, isc_mem_t *mctx, dst_context_t **dctxp) {
326 ISC_TRUE, 0, dctxp));
331 isc_logcategory_t *category, dst_context_t **dctxp)
333 return (dst_context_create4(key, mctx, category, ISC_TRUE, 0, dctxp));
339 dst_context_t **dctxp)
342 useforsigning, 0, dctxp));
348 int maxbits, dst_context_t **dctxp)
356 REQUIRE(dctxp != NULL && *dctxp == NULL);
386 *dctxp = dctx;
391 dst_context_destroy(dst_context_t **dctxp) {
394 REQUIRE(dctxp != NULL && VALID_CTX(*dctxp));
396 dctx = *dctxp;
403 *dctxp = NULL;