Searched refs:HTTP_SERVUNAVAIL (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evrpc.c | 334 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb() 376 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb_closure() 457 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done() 497 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done_closure()
|
/freebsd/contrib/libevent/ |
H A D | evrpc.c | 334 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb() 376 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb_closure() 457 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done() 497 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done_closure()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http.h | 68 #define HTTP_SERVUNAVAIL 503 /**< the server is not available */ macro
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http.h | 68 #define HTTP_SERVUNAVAIL 503 /**< the server is not available */ macro
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 169 if (req->response_code != HTTP_SERVUNAVAIL) { in rpc_postrequest_failure()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_rpc.c | 169 if (req->response_code != HTTP_SERVUNAVAIL) { in rpc_postrequest_failure()
|