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.c420 evhttp_connection_set_retries(evcon, retries); in main()
/external/libevent/include/event2/
Dhttp.h752 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
/external/libevent/test/
Dregress_http.c3711 evhttp_connection_set_retries(evcon, 1); in http_connection_retry_test_basic()
3740 evhttp_connection_set_retries(evcon, 3); in http_connection_retry_test_basic()
/external/libevent/
Dhttp.c2494 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries() function