Searched defs:ctrp (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dstats.c388 dns_stats_alloccounters(isc_mem_t *mctx, isc_uint64_t **ctrp) { argument
396 *ctrp = p;
401 dns_stats_freecounters(isc_mem_t *mctx, isc_uint64_t **ctrp) { argument
402 isc_mem_put(mctx, *ctrp, DNS_STATS_NCOUNTERS * sizeof(isc_uint64_t));
403 *ctrp = NULL;

Completed in 13 milliseconds