Searched refs:HTTP_SERVUNAVAIL (Results 1 – 3 of 3) sorted by relevance
333 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb()375 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb_closure()456 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done()496 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done_closure()
68 #define HTTP_SERVUNAVAIL 503 /**< the server is not available */ macro
170 if (req->response_code != HTTP_SERVUNAVAIL) { in rpc_postrequest_failure()