OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_set_timeout
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libevent/
evhttp.h
135
void
evhttp_set_timeout
(struct evhttp *, int timeout_in_secs);
http.c
2384
evhttp_set_timeout
(struct evhttp* http, int timeout_in_secs)
function
[
all
...]
/external/chromium_org/third_party/libevent/test/
regress_http.c
916
evhttp_set_timeout
(http, 2);
Completed in 47 milliseconds