Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/include/event2/
H A Dhttp.h298 void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
/minix3/external/bsd/libevent/dist/test/
H A Dregress_http.c1828 evhttp_set_timeout(http, 1); in _http_close_detection()
2571 evhttp_set_timeout(http, 1); in _http_incomplete_test()
/minix3/external/bsd/libevent/dist/
H A Dhttp.c3374 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout() function