Home
last modified time | relevance | path

Searched refs:evhttp_set_timeout (Results 1 – 3 of 3) sorted by relevance

/libevent-2.1.12/include/event2/
H A Dhttp.h366 void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
/libevent-2.1.12/
H A Dhttp.c3847 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout() function
/libevent-2.1.12/test/
H A Dregress_http.c3115 evhttp_set_timeout(http, 1); in http_incomplete_test_()