HomeSort by: relevance | last modified time | path
    Searched defs:bozo_http_error (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/httpd/
bozohttpd.c 547 return bozo_http_error(httpd, 404, NULL, "unknown prototype");
587 return bozo_http_error(httpd, 404, request, "unknown method");
596 return bozo_http_error(request->hr_httpd, 413, request,
693 bozo_http_error(httpd, 500, NULL, "clock_gettime failed");
710 bozo_http_error(httpd, 500, NULL, "clock_gettime failed");
730 bozo_http_error(httpd, 408, NULL, "request timed out");
737 bozo_http_error(httpd, 404, NULL, "null method");
751 bozo_http_error(httpd, 404, NULL, "null method");
755 bozo_http_error(httpd, 404, NULL, "null file");
787 bozo_http_error(httpd, 404, request, "no header")
2225 bozo_http_error(bozohttpd_t *httpd, int code, bozo_httpreq_t *request, function
    [all...]

Completed in 13 milliseconds