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

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.h266 extern char* httpd_err400title;
H A Dlibhttpd.c503 char* httpd_err400title = "Bad Request"; variable
1961 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
1992 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
1999 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
2005 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
2015 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
2061 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
2094 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
2264 httpd_send_err( hc, 400, httpd_err400title, "", httpd_err400form, "" );
/haiku-fatelf/src/apps/poorman/
H A DPoorManServer.cpp298 httpd_err400title, (char *)"", httpd_err400form, (char *)"");

Completed in 57 milliseconds