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

/httpd/support/
H A Dab.c983 #define CONF_FMT_STRING "%5" APR_TIME_T_FMT " %4" APR_TIME_T_FMT " %5.1f %6" APR_TIME_T_FMT " %7" APR_TIME_T_FMT "\n" macro
985 printf("Connect: " CONF_FMT_STRING,
987 printf("Processing: " CONF_FMT_STRING,
989 printf("Waiting: " CONF_FMT_STRING,
991 printf("Total: " CONF_FMT_STRING,
993 #undef CONF_FMT_STRING macro
1013 #define CONF_FMT_STRING "%5" APR_TIME_T_FMT " %5" APR_TIME_T_FMT "%5" APR_TIME_T_FMT "\n" macro
1014 printf("Connect: " CONF_FMT_STRING, mincon, meancon, maxcon);
1015 printf("Processing: " CONF_FMT_STRING, mind, meand, maxd);
1016 printf("Waiting: " CONF_FMT_STRING, minwai
1018 #undef CONF_FMT_STRING macro
[all...]

Completed in 15 milliseconds