Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h365 void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
/external/libevent/
Dhttp.c3787 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout() function
/external/libevent/test/
Dregress_http.c3050 evhttp_set_timeout(http, 1); in http_incomplete_test_()