Searched refs:isc_stats_increment (Results 1 - 16 of 16) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | stats.h | 78 isc_stats_increment(isc_stats_t *stats, isc_statscounter_t counter);
|
/bind-9.11.3/lib/dns/ |
H A D | stats.c | 206 isc_stats_increment(stats->counters, counter); 222 isc_stats_increment(stats->counters, (isc_statscounter_t)counter); 255 isc_stats_increment(stats->counters, counter); 286 isc_stats_increment(stats->counters, (isc_statscounter_t)code); 294 isc_stats_increment(stats->counters, (isc_statscounter_t)code);
|
H A D | cache.c | 1332 isc_stats_increment(cache->stats, 1336 isc_stats_increment(cache->stats,
|
H A D | dnstap.c | 571 isc_stats_increment(env->stats, 576 isc_stats_increment(env->stats,
|
H A D | rbtdb.c | 1046 isc_stats_increment(rbtdb->cachestats, 1050 isc_stats_increment(rbtdb->cachestats, 10439 isc_stats_increment(rbtdb->cachestats, 10443 isc_stats_increment(rbtdb->cachestats,
|
H A D | dnssec.c | 76 isc_stats_increment(dns_dnssec_stats, counter);
|
H A D | adb.c | 502 isc_stats_increment(adb->view->resstats, counter); 523 isc_stats_increment(adb->view->adbstats, counter);
|
H A D | dispatch.c | 352 isc_stats_increment(mgr->stats, counter);
|
H A D | resolver.c | 582 isc_stats_increment(res->view->resstats, counter);
|
H A D | zone.c | 882 isc_stats_increment(zone->stats, counter);
|
/bind-9.11.3/bin/named/ |
H A D | client.c | 1217 isc_stats_increment(ns_g_server->tcpoutstats4, 1221 isc_stats_increment(ns_g_server->tcpoutstats6, 1243 isc_stats_increment(ns_g_server->udpoutstats4, 1247 isc_stats_increment(ns_g_server->udpoutstats6, 1257 isc_stats_increment(ns_g_server->nsstats, dns_nsstatscounter_response); 1262 isc_stats_increment(ns_g_server->nsstats, 1266 isc_stats_increment(ns_g_server->nsstats, 1270 isc_stats_increment(ns_g_server->nsstats, 1274 isc_stats_increment(ns_g_server->nsstats, 1460 isc_stats_increment(ns_g_serve [all...] |
H A D | xfrout.c | 108 isc_stats_increment(ns_g_server->nsstats, counter); 112 isc_stats_increment(zonestats, counter);
|
H A D | query.c | 225 isc_stats_increment(ns_g_server->nsstats, counter); 234 isc_stats_increment(zonestats, counter); 987 isc_stats_increment(ns_g_server->nsstats, 993 isc_stats_increment(zonestats, 4046 isc_stats_increment(ns_g_server->nsstats, 4099 isc_stats_increment(ns_g_server->nsstats, 4360 isc_stats_increment(ns_g_server->nsstats,
|
H A D | update.c | 296 isc_stats_increment(ns_g_server->nsstats, counter); 301 isc_stats_increment(zonestats, counter);
|
/bind-9.11.3/lib/isc/ |
H A D | stats.c | 382 isc_stats_increment(isc_stats_t *stats, isc_statscounter_t counter) { function
|
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 886 isc_stats_increment(stats, counterid);
|
Completed in 203 milliseconds