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

/bind-9.11.3/lib/isc/
H A Dstats.c128 isc_uint64_t *copiedcounters; member in struct:isc_stats
151 stats->copiedcounters = isc_mem_get(mctx,
153 if (stats->copiedcounters == NULL) {
180 isc_mem_put(mctx, stats->copiedcounters,
218 isc_mem_put(stats->mctx, stats->copiedcounters,
351 stats->copiedcounters[i] =
356 stats->copiedcounters[i] =
361 stats->copiedcounters[i] =
365 stats->copiedcounters[i] = stats->counters[i];
409 stats->copiedcounters[
[all...]

Completed in 10 milliseconds