Home
last modified time | relevance | path

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

/dports/www/thttpd/thttpd-2.29/
H A Dlibhttpd.h267 extern char* httpd_err503title;
H A Dlibhttpd.c545 char* httpd_err503title = "Service Temporarily Overloaded"; variable
2770 hc, 503, httpd_err503title, "", httpd_err503form, in ls()
3362 case 503: title = httpd_err503title; break; in cgi_interpose_output()
3597 hc, 503, httpd_err503title, "", httpd_err503form, in cgi()
H A Dthttpd.c1649 hc, 503, httpd_err503title, "", httpd_err503form, hc->encodedurl ); in handle_read()