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

/httpd/modules/generators/
H A Dmod_status.c200 char *stat_buffer; local
239 stat_buffer = apr_palloc(r->pool, server_limit * thread_limit * sizeof(char));
315 stat_buffer[indx] = status_flags[SERVER_DISABLED];
317 stat_buffer[indx] = status_flags[res];
597 if (stat_buffer[indx] != status_flags[SERVER_DISABLED]) {
598 ap_rputc(stat_buffer[indx], r);
634 if (stat_buffer[indx] != '.') {
637 stat_buffer[indx]);

Completed in 743 milliseconds