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

  /src/external/mpl/bind/dist/bin/named/include/named/
server.h 110 isc_tlsctx_cache_t *tlsctx_client_cache; member in struct:named_server
server.h 110 isc_tlsctx_cache_t *tlsctx_client_cache; member in struct:named_server
  /src/external/mpl/bind/dist/bin/delv/
delv.c 112 static isc_tlsctx_cache_t *tlsctx_client_cache = NULL; variable
1960 CHECK(dns_client_create(mctx, loopmgr, netmgr, 0, tlsctx_client_cache,
2257 CHECK(dns_view_createresolver(view, netmgr, 0, tlsctx_client_cache,
2329 isc_tlsctx_cache_create(mctx, &tlsctx_client_cache);
2335 if (tlsctx_client_cache != NULL) {
2336 isc_tlsctx_cache_detach(&tlsctx_client_cache);
delv.c 112 static isc_tlsctx_cache_t *tlsctx_client_cache = NULL; variable
1960 CHECK(dns_client_create(mctx, loopmgr, netmgr, 0, tlsctx_client_cache,
2257 CHECK(dns_view_createresolver(view, netmgr, 0, tlsctx_client_cache,
2329 isc_tlsctx_cache_create(mctx, &tlsctx_client_cache);
2335 if (tlsctx_client_cache != NULL) {
2336 isc_tlsctx_cache_detach(&tlsctx_client_cache);

Completed in 39 milliseconds