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

/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c145 if(reset && !worker->env.cfg->stat_cumulative) {
152 if(reset && !worker->env.cfg->stat_cumulative) {
177 if(reset && !worker->env.cfg->stat_cumulative) {
196 if(reset && !worker->env.cfg->stat_cumulative)
214 if(reset && !worker->env.cfg->stat_cumulative)
231 if(reset && !worker->env.cfg->stat_cumulative)
246 if(reset && !worker->env.cfg->stat_cumulative)
322 if(reset && !worker->env.cfg->stat_cumulative) {
331 if(reset && !worker->env.cfg->stat_cumulative) {
361 if(reset && !worker->env.cfg->stat_cumulative) {
[all...]
H A Dworker.c1679 if(!worker->daemon->cfg->stat_cumulative) {
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h75 int stat_cumulative; member in struct:config_file
H A Dconfig_file.c100 cfg->stat_cumulative = 0;
505 else S_YNO("statistics-cumulative:", stat_cumulative)
955 else O_YNO(opt, "statistics-cumulative", stat_cumulative)
H A Dconfigparser.y500 else cfg_parser->cfg->stat_cumulative = (strcmp($2, "yes")==0);

Completed in 122 milliseconds