Home
last modified time | relevance | path

Searched refs:hourlydays (Results 1 – 4 of 4) sorted by relevance

/dports/net/vnstat/vnstat-2.8/src/
H A Dcfg.c48 {"HourlyDays", 0, &cfg.hourlydays, 0, 0}, in loadcfg()
232 validateint("HourlyDays", &cfg.hourlydays, HOURLYDAYS, -1, -1); in validatecfg()
371 cfg.hourlydays = HOURLYDAYS; in defaultcfg()
H A Ddbsql.c808 …int32_t *featurecfg[] = {&cfg.fiveminutehours, &cfg.hourlydays, &cfg.dailydays, &cfg.monthlymonths… in db_addtraffic_dated()
954 if (cfg.hourlydays > 0) { in db_removeoldentries()
956 printf("db: hour cleanup (%dd)\n", cfg.hourlydays); in db_removeoldentries()
958 …ql, "delete from hour where date < datetime('now', '-%d days'%s)", cfg.hourlydays, cfg.dbtzmodifie… in db_removeoldentries()
H A Dcommon.h315 int32_t fiveminutehours, hourlydays, dailydays, monthlymonths, yearlyyears, topdayentries; member
H A Dcfgoutput.c111 printf("HourlyDays %2d\n", cfg.hourlydays); in printcfgfile()