Home
last modified time | relevance | path

Searched refs:stat_cumulative (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/usr.sbin/unbound/daemon/
Dstats.c148 if(reset && !worker->env.cfg->stat_cumulative) { in set_subnet_stats()
155 if(reset && !worker->env.cfg->stat_cumulative) { in set_subnet_stats()
180 if(reset && !worker->env.cfg->stat_cumulative) { in set_neg_cache_stats()
199 if(reset && !worker->env.cfg->stat_cumulative) in get_rrset_bogus()
217 if(reset && !worker->env.cfg->stat_cumulative) in get_queries_ratelimit()
234 if(reset && !worker->env.cfg->stat_cumulative) in get_dnscrypt_cache_miss()
249 if(reset && !worker->env.cfg->stat_cumulative) in get_dnscrypt_replay()
328 if(reset && !worker->env.cfg->stat_cumulative) { in server_stats_compile()
337 if(reset && !worker->env.cfg->stat_cumulative) { in server_stats_compile()
372 if(reset && !worker->env.cfg->stat_cumulative) { in server_stats_compile()
Dworker.c2049 if(!worker->daemon->cfg->stat_cumulative) { in worker_stat_timer_cb()
/openbsd/src/usr.sbin/unbound/util/
Dconfig_file.h76 int stat_cumulative; member
Dconfig_file.c105 cfg->stat_cumulative = 0; in config_create()
549 else S_YNO("statistics-cumulative:", stat_cumulative) in config_set_option()
1049 else O_YNO(opt, "statistics-cumulative", stat_cumulative) in config_get_option()
Dconfigparser.y581 else cfg_parser->cfg->stat_cumulative = (strcmp($2, "yes")==0);
/openbsd/src/sbin/unwind/libunbound/util/
Dconfig_file.h76 int stat_cumulative; member
Dconfig_file.c105 cfg->stat_cumulative = 0; in config_create()
549 else S_YNO("statistics-cumulative:", stat_cumulative) in config_set_option()
1049 else O_YNO(opt, "statistics-cumulative", stat_cumulative) in config_get_option()
Dconfigparser.y581 else cfg_parser->cfg->stat_cumulative = (strcmp($2, "yes")==0);