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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h279 extern char* httpd_err503title;
H A Dlibhttpd.c553 char* httpd_err503title = "Service Temporarily Overloaded"; variable
3371 case 503: title = httpd_err503title; break;
3606 hc, 503, httpd_err503title, "", httpd_err503form,
/haiku/src/apps/poorman/
H A DPoorManServer.cpp270 httpd_err503title, (char *)"", httpd_err503form, (char *)"");

Completed in 34 milliseconds