Searched defs:maxtot (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c878 apr_interval_time_t maxcon = 0, maxtot = 0, maxd = 0, maxwait = 0; local
890 maxtot = ap_max(maxtot, s->time);
976 maxtot = ap_round_ms(maxtot);
992 mintot, meantot, sdtot, mediantot, maxtot);
1017 printf("Total: " CONF_FMT_STRING, mintot, meantot, maxtot);
1171 apr_interval_time_t maxcon = 0, maxtot = 0; local
1178 maxtot = ap_max(maxtot,
[all...]

Completed in 16 milliseconds