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

  /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);
  /external/libevent/include/event2/
http.h 68 #define HTTP_SERVUNAVAIL 503 /**< the server is not available */
    [all...]
  /external/libevent/test/
regress_rpc.c 170 if (req->response_code != HTTP_SERVUNAVAIL) {

Completed in 108 milliseconds