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

  /src/external/mpl/bind/dist/tests/dns/
resolver_test.c 42 static isc_tlsctx_cache_t *tlsctx_cache = NULL; variable
80 isc_tlsctx_cache_create(mctx, &tlsctx_cache);
81 result = dns_resolver_create(view, loopmgr, netmgr, 0, tlsctx_cache,
90 if (tlsctx_cache != NULL) {
91 isc_tlsctx_cache_detach(&tlsctx_cache);
  /src/external/mpl/bind/dist/lib/dns/
dispatch.c 96 isc_tlsctx_cache_t *tlsctx_cache; member in struct:dns_dispentry
447 if (resp->tlsctx_cache != NULL) {
448 isc_tlsctx_cache_detach(&resp->tlsctx_cache);
1470 isc_tlsctx_cache_t *tlsctx_cache, dispatch_cb_t connected,
1583 if (tlsctx_cache != NULL) {
1584 isc_tlsctx_cache_attach(tlsctx_cache, &resp->tlsctx_cache);
2064 resp->transport, &resp->peer, resp->tlsctx_cache,
xfrin.c 220 isc_tlsctx_cache_t *tlsctx_cache; member in struct:dns_xfrin
254 dns_transport_t *transport, isc_tlsctx_cache_t *tlsctx_cache,
974 dns_transport_t *transport, isc_tlsctx_cache_t *tlsctx_cache,
996 soa_transport_type, transport, tlsctx_cache, &xfr);
1300 dns_transport_t *transport, isc_tlsctx_cache_t *tlsctx_cache,
1362 isc_tlsctx_cache_attach(tlsctx_cache, &xfr->tlsctx_cache);
1412 xfr->tlsctx_cache, xfrin_connect_done, xfrin_send_done,
2290 if (xfr->tlsctx_cache != NULL) {
2291 isc_tlsctx_cache_detach(&xfr->tlsctx_cache);
    [all...]
resolver.c 570 isc_tlsctx_cache_t *tlsctx_cache; member in struct:dns_resolver
1954 isc_tlsctx_cache_t *tlsctx_cache = NULL; local
1966 tlsctx_cache = res->tlsctx_cache;
2177 addrinfo->transport, tlsctx_cache,
10126 isc_tlsctx_cache_detach(&res->tlsctx_cache);
10185 unsigned int options, isc_tlsctx_cache_t *tlsctx_cache,
10196 REQUIRE(tlsctx_cache != NULL);
10249 isc_tlsctx_cache_attach(tlsctx_cache, &res->tlsctx_cache);
    [all...]
zone.c 678 isc_tlsctx_cache_t *tlsctx_cache; member in struct:dns_zonemgr
19324 zmgr->tlsctx_cache = NULL;
19528 if (zmgr->tlsctx_cache != NULL) {
19529 isc_tlsctx_cache_detach(&zmgr->tlsctx_cache);
24821 isc_tlsctx_cache_t *tlsctx_cache) {
24823 REQUIRE(tlsctx_cache != NULL);
24827 if (zmgr->tlsctx_cache != NULL) {
24828 isc_tlsctx_cache_detach(&zmgr->tlsctx_cache);
24831 isc_tlsctx_cache_attach(tlsctx_cache, &zmgr->tlsctx_cache);
    [all...]

Completed in 54 milliseconds