Home
last modified time | relevance | path

Searched refs:SAB0 (Results 1 – 5 of 5) sorted by relevance

/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/work/
H A Dw_internal.h44 extern char *SAB0(double ibytes);
H A Dw_internal.c91 char *SAB0(double ibytes) { in SAB0() function
H A Dw_config.c93 SAB0, /* SAB */
847 case 'B': icfg.SAB = SAB0; dpow = 0.0; break; in InitConfig()
H A Dw_log_operations.c397 …cfg.log_file, (SAgetbit(LogFormats[cfg.log_format].mode, 0)) ? SAB0(SAftell(Log) + 0.0) : "Unknown… in ShowLog()
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/reports/
H A Dr_efficiency.c196 …i].count, (cfg.server_efficiency_bytes_divisor) ? icfg.SAB(ec[i].bytes) : SAB0(ec[i].bytes), ec[i]… in ReportProxyEfficiency()