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

/httpd/support/
H A Dab.c259 #define ap_min(a,b) (((a)<(b))?(a):(b)) macro
884 mincon = ap_min(mincon, s->ctime);
885 mintot = ap_min(mintot, s->time);
886 mind = ap_min(mind, s->time - s->ctime);
887 minwait = ap_min(minwait, s->waittime);
1175 mincon = ap_min(mincon, s->ctime);
1176 mintot = ap_min(mintot, s->time);

Completed in 17 milliseconds