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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dstats.h299 dns_generalstats_dump(dns_stats_t *stats, dns_generalstats_dumper_t dump_fn,
303 * in stats, dump_fn is called with its current value and the given argument
315 dns_rdatatypestats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn,
319 * in stats, dump_fn is called with the corresponding type in the form of
329 dns_rdatasetstats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn,
333 * in stats, dump_fn is called with the corresponding type in the form of
343 dns_opcodestats_dump(dns_stats_t *stats, dns_opcodestats_dumper_t dump_fn,
347 * in stats, dump_fn is called with the corresponding opcode, the current
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dstats.h107 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg,
111 * in stats, dump_fn is called with its current value and the given argument
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dstats.h107 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg,
111 * in stats, dump_fn is called with its current value and the given argument
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dstats.c273 dns_generalstats_dump(dns_stats_t *stats, dns_generalstats_dumper_t dump_fn, argument
278 isc_stats_dump(stats->counters, (isc_stats_dumper_t)dump_fn,
284 dns_rdatatypestats_dumper_t dump_fn, void * arg)
299 dump_fn(type, value, arg);
310 dns_rdatatypestats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn, argument
316 arg.fn = dump_fn;
339 dns_rdatasetstats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn, argument
347 arg.fn = dump_fn;
360 dns_opcodestats_dump(dns_stats_t *stats, dns_opcodestats_dumper_t dump_fn, argument
367 arg.fn = dump_fn;
283 dump_rdentry(int rdcounter, isc_uint64_t value, dns_rdatastatstype_t attributes, dns_rdatatypestats_dumper_t dump_fn, void * arg) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dstats.c311 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, argument
324 dump_fn((isc_statscounter_t)i, stats->copiedcounters[i], arg);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dstats.c311 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, argument
324 dump_fn((isc_statscounter_t)i, stats->copiedcounters[i], arg);

Completed in 117 milliseconds