Searched refs:ap_round_ms (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c261 #define ap_round_ms(a) ((apr_time_t)((a) + 500)/1000) macro
961 mincon = ap_round_ms(mincon);
962 mind = ap_round_ms(mind);
963 minwait = ap_round_ms(minwait);
964 mintot = ap_round_ms(mintot);
965 meancon = ap_round_ms(meancon);
966 meand = ap_round_ms(meand);
967 meanwait = ap_round_ms(meanwait);
968 meantot = ap_round_ms(meantot);
969 mediancon = ap_round_ms(medianco
[all...]

Completed in 35 milliseconds