Searched refs:HTTP_SERVUNAVAIL (Results 1 – 3 of 3) sorted by relevance
338 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb()380 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb_closure()461 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done()501 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done_closure()
69 #define HTTP_SERVUNAVAIL 503 /**< the server is not available */ macro
173 if (req->response_code != HTTP_SERVUNAVAIL) { in rpc_postrequest_failure()