Home | History | Annotate | Download | only in dns

Lines Matching defs:tlsctx_cache

678 	isc_tlsctx_cache_t *tlsctx_cache;
19324 zmgr->tlsctx_cache = NULL;
19528 if (zmgr->tlsctx_cache != NULL) {
19529 isc_tlsctx_cache_detach(&zmgr->tlsctx_cache);
24834 isc_tlsctx_cache_t *tlsctx_cache) {
24836 REQUIRE(tlsctx_cache != NULL);
24840 if (zmgr->tlsctx_cache != NULL) {
24841 isc_tlsctx_cache_detach(&zmgr->tlsctx_cache);
24844 isc_tlsctx_cache_attach(tlsctx_cache, &zmgr->tlsctx_cache);
24856 INSIST(zmgr->tlsctx_cache != NULL);
24857 isc_tlsctx_cache_attach(zmgr->tlsctx_cache, ptlsctx_cache);