Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h739 void evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon,
/external/libevent/
Dhttp.c2457 evhttp_connection_set_timeout_tv(evcon, NULL); in evhttp_connection_set_timeout()
2462 evhttp_connection_set_timeout_tv(evcon, &tv); in evhttp_connection_set_timeout()
2467 evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon, in evhttp_connection_set_timeout_tv() function
4261 evhttp_connection_set_timeout_tv(evcon, &http->timeout); in evhttp_get_request()
Dwhatsnew-2.1.txt415 evhttp_connection_set_timeout_tv() to configure
/external/libevent/test/
Dregress_http.c2292 evhttp_connection_set_timeout_tv(evcon, &sec_tenth); in http_close_detection_()
3708 evhttp_connection_set_timeout_tv(evcon, &tv_timeout); in http_connection_retry_test_basic()