Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dntp_intres.c187 dnschild_ctx ** dnschild_contexts; /* parent */ variable
256 child_ctx = dnschild_contexts[idx]; in getaddrinfo_sometime_ex()
499 child_ctx = dnschild_contexts[gai_req->dns_idx]; in getaddrinfo_sometime_complete()
653 child_ctx = dnschild_contexts[idx]; in getnameinfo_sometime()
822 child_ctx = dnschild_contexts[gni_req->dns_idx]; in getnameinfo_sometime_complete()
923 const size_t ps = sizeof(dnschild_contexts[0]); in reserve_dnschild_ctx()
924 const size_t cs = sizeof(*dnschild_contexts[0]); in reserve_dnschild_ctx()
933 if (NULL == dnschild_contexts[c]) { in reserve_dnschild_ctx()
934 dnschild_contexts[c] = emalloc_zero(cs); in reserve_dnschild_ctx()
942 dnschild_contexts = erealloc_zero(dnschild_contexts, in reserve_dnschild_ctx()