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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
client.h 103 unsigned int options, isc_tlsctx_cache_t *tlsctx_client_cache,
126 *\li 'tlsctx_client_cache' is a valid TLS context cache.
  /src/external/mpl/bind/dist/lib/dns/
client.c 196 isc_tlsctx_cache_t *tlsctx_client_cache, isc_loopmgr_t *loopmgr,
211 CHECK(dns_view_createresolver(view, nm, 0, tlsctx_client_cache,
227 unsigned int options, isc_tlsctx_cache_t *tlsctx_client_cache,
238 REQUIRE(tlsctx_client_cache != NULL);
289 result = createview(mctx, dns_rdataclass_in, nm, tlsctx_client_cache,
  /src/external/mpl/bind/dist/bin/named/include/named/
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);
  /src/external/mpl/bind/dist/bin/named/
server.c 4920 named_g_server->tlsctx_client_cache,
8533 if (server->tlsctx_client_cache != NULL) {
8534 isc_tlsctx_cache_detach(&server->tlsctx_client_cache);
8537 isc_tlsctx_cache_create(named_g_mctx, &server->tlsctx_client_cache);
8540 server->tlsctx_client_cache);
10654 if (server->tlsctx_client_cache != NULL) {
10655 isc_tlsctx_cache_detach(&server->tlsctx_client_cache);

Completed in 26 milliseconds