Home
last modified time | relevance | path

Searched refs:HTTP_EXPECTATIONFAILED (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c2132 evhttp_send_error(req, HTTP_EXPECTATIONFAILED, in evhttp_get_body()
/freebsd-13.1/contrib/libevent/
H A Dhttp.c2223 evhttp_send_error(req, HTTP_EXPECTATIONFAILED, NULL); in evhttp_get_body()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c3968 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_EXPECTATIONFAILED); in http_expectation_failed_done()