Home
last modified time | relevance | path

Searched refs:dnschild_contexts (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ntp/libntp/
Dntp_intres.c193 dnschild_ctx ** dnschild_contexts; /* parent */ variable
262 child_ctx = dnschild_contexts[idx]; in getaddrinfo_sometime_ex()
505 child_ctx = dnschild_contexts[gai_req->dns_idx]; in getaddrinfo_sometime_complete()
659 child_ctx = dnschild_contexts[idx]; in getnameinfo_sometime()
828 child_ctx = dnschild_contexts[gni_req->dns_idx]; in getnameinfo_sometime_complete()
929 const size_t ps = sizeof(dnschild_contexts[0]); in reserve_dnschild_ctx()
930 const size_t cs = sizeof(*dnschild_contexts[0]); in reserve_dnschild_ctx()
939 if (NULL == dnschild_contexts[c]) { in reserve_dnschild_ctx()
940 dnschild_contexts[c] = emalloc_zero(cs); in reserve_dnschild_ctx()
948 dnschild_contexts = erealloc_zero(dnschild_contexts, in reserve_dnschild_ctx()