ap_max 800 support/ab.c maxcon = ap_max(maxcon, s->ctime); ap_max 801 support/ab.c maxtot = ap_max(maxtot, s->time); ap_max 802 support/ab.c maxd = ap_max(maxd, s->time - s->ctime); ap_max 803 support/ab.c maxwait = ap_max(maxwait, s->waittime); ap_max 1083 support/ab.c maxcon = ap_max(maxcon, s->ctime); ap_max 1084 support/ab.c maxtot = ap_max(maxtot, s->time); ap_max 1262 support/ab.c s->ctime = ap_max(0, c->connect - c->start); ap_max 1263 support/ab.c s->time = ap_max(0, c->done - c->start); ap_max 1264 support/ab.c s->waittime = ap_max(0, c->beginread - c->endwrite); ap_max 1505 support/ab.c s->ctime = ap_max(0, c->connect - c->start); ap_max 1506 support/ab.c s->time = ap_max(0, c->done - c->start); ap_max 1507 support/ab.c s->waittime = ap_max(0, c->beginread - c->endwrite);