Searched refs:dnsworker_contexts_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_intres.c196 u_int dnsworker_contexts_alloc; variable
984 if (dnsworker_contexts_alloc <= idx) {
989 octets = dnsworker_contexts_alloc * sizeof(dnsworker_ctx*);
992 dnsworker_contexts_alloc = new_alloc;

Completed in 103 milliseconds