Lines Matching defs:tlsctx_cache
684 isc_tlsctx_cache_t *tlsctx_cache;
19084 zmgr->tlsctx_cache = NULL;
19288 if (zmgr->tlsctx_cache != NULL) {
19289 isc_tlsctx_cache_detach(&zmgr->tlsctx_cache);
24555 isc_tlsctx_cache_t *tlsctx_cache) {
24557 REQUIRE(tlsctx_cache != NULL);
24561 if (zmgr->tlsctx_cache != NULL) {
24562 isc_tlsctx_cache_detach(&zmgr->tlsctx_cache);
24565 isc_tlsctx_cache_attach(tlsctx_cache, &zmgr->tlsctx_cache);
24577 INSIST(zmgr->tlsctx_cache != NULL);
24578 isc_tlsctx_cache_attach(zmgr->tlsctx_cache, ptlsctx_cache);