Home
last modified time | relevance | path

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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h275 extern char* httpd_err400title;
H A Dlibhttpd.c517 char* httpd_err400title = "Bad Request"; variable
1985 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
2016 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
2023 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
2029 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
2039 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
2091 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
2130 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
2300 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" ); in httpd_parse_request()
3361 case 400: title = httpd_err400title; break; in cgi_interpose_output()
/haiku/src/apps/poorman/
H A DPoorManServer.cpp334 httpd_err400title, (char *)"", httpd_err400form, (char *)""); in _Worker()