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.h594 EVREQ_HTTP_REQUEST_CANCEL, enumerator
/external/libevent/
Dhttp.c690 case EVREQ_HTTP_REQUEST_CANCEL: in evhttp_connection_incoming_fail()
764 if (error != EVREQ_HTTP_REQUEST_CANCEL) { in evhttp_connection_fail_()
2714 EVREQ_HTTP_REQUEST_CANCEL); in evhttp_cancel_request()
DChangeLog1218 o Add test for EVREQ_HTTP_REQUEST_CANCEL into http_cancel_test() (862c217
/external/libevent/test/
Dregress_http.c1361 if (error != EVREQ_HTTP_REQUEST_CANCEL) { in http_request_error_cb_with_cancel()