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

/httpd/modules/generators/
H A Dmod_status.c180 static char status_flags[MOD_STATUS_NUM_STATUS]; variable
315 stat_buffer[indx] = status_flags[SERVER_DISABLED];
317 stat_buffer[indx] = status_flags[res];
597 if (stat_buffer[indx] != status_flags[SERVER_DISABLED]) {
938 status_flags[SERVER_DEAD] = '.'; /* We don't want to assume these are in */
939 status_flags[SERVER_READY] = '_'; /* any particular order in scoreboard.h */
940 status_flags[SERVER_STARTING] = 'S';
941 status_flags[SERVER_BUSY_READ] = 'R';
942 status_flags[SERVER_BUSY_WRITE] = 'W';
943 status_flags[SERVER_BUSY_KEEPALIV
[all...]

Completed in 12 milliseconds