Home
last modified time | relevance | path

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

/external/libevent/sample/
Dhttps-client.c458 evhttp_connection_set_retries(evcon, retries); in main()
/external/libevent/include/event2/
Dhttp.h755 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
/external/libevent/test/
Dregress_http.c3778 evhttp_connection_set_retries(evcon, 1); in http_connection_retry_test_basic()
3807 evhttp_connection_set_retries(evcon, 3); in http_connection_retry_test_basic()
/external/libevent/
Dhttp.c2535 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries() function