Lines Matching defs:status_flags
180 static char status_flags[MOD_STATUS_NUM_STATUS];
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_KEEPALIVE] = 'K';
944 status_flags[SERVER_BUSY_LOG] = 'L';
945 status_flags[SERVER_BUSY_DNS] = 'D';
946 status_flags[SERVER_CLOSING] = 'C';
947 status_flags[SERVER_GRACEFUL] = 'G';
948 status_flags[SERVER_IDLE_KILL] = 'I';
949 status_flags[SERVER_DISABLED] = ' ';