HomeSort by relevance Sort by last modified time
    Searched refs:evhttp_send_error (Results 1 - 4 of 4) sorted by null

  /external/libevent/sample/
http-server.c 156 * it must eventually call evhttp_send_error() or evhttp_send_reply().
183 evhttp_send_error(req, HTTP_BADREQUEST, 0);
309 evhttp_send_error(req, 404, "Document was not found");
  /external/libevent/
evrpc.c 333 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
375 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
456 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
496 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
http.c 2753 evhttp_send_error(struct evhttp_request *req, int error, const char *reason) function
    [all...]
  /external/libevent/include/event2/
http.h 400 void evhttp_send_error(struct evhttp_request *req, int error,
    [all...]

Completed in 71 milliseconds