Home
last modified time | relevance | path

Searched refs:EVREQ_HTTP_REQUEST_CANCEL (Results 1 – 4 of 4) sorted by relevance

/external/libevent/include/event2/
Dhttp.h592 EVREQ_HTTP_REQUEST_CANCEL, enumerator
/external/libevent/
Dhttp.c678 case EVREQ_HTTP_REQUEST_CANCEL: in evhttp_connection_incoming_fail()
752 if (error != EVREQ_HTTP_REQUEST_CANCEL) { in evhttp_connection_fail_()
2666 EVREQ_HTTP_REQUEST_CANCEL); in evhttp_cancel_request()
DChangeLog905 o Add test for EVREQ_HTTP_REQUEST_CANCEL into http_cancel_test() (862c217
/external/libevent/test/
Dregress_http.c1318 if (error != EVREQ_HTTP_REQUEST_CANCEL) { in http_request_error_cb_with_cancel()