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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c549 static char* err501title = "Not Implemented"; variable
2057 httpd_send_err( hc, 501, err501title, "", err501form, method_str );
3019 hc, 501, err501title, "", err501form, httpd_method_str( hc->method ) );
3370 case 501: title = err501title; break;
3888 hc, 501, err501title, "", err501form, httpd_method_str( hc->method ) );

Completed in 19 milliseconds