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

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

Completed in 191 milliseconds