HomeSort by: relevance | last modified time | path
    Searched defs:tls_ctx_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dig/
dighost.h 190 isc_tlsctx_cache_t *tls_ctx_cache; member in struct:dig_lookup::__anon23936
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 149 static isc_tlsctx_cache_t *tls_ctx_cache = NULL; variable
952 isc_tlsctx_cache_create(gmctx, &tls_ctx_cache);
2652 req_tls_ctx_cache = tls_ctx_cache;
2775 req_tls_ctx_cache = tls_ctx_cache;
3007 req_tls_ctx_cache = tls_ctx_cache;
3206 req_tls_ctx_cache = tls_ctx_cache;
3452 if (tls_ctx_cache != NULL) {
3453 isc_tlsctx_cache_detach(&tls_ctx_cache);

Completed in 27 milliseconds