OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_start
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libevent/
evhttp.h
113
* @see
evhttp_start
()
174
struct evhttp *
evhttp_start
(const char *address, u_short port);
http.c
2338
evhttp_start
(const char *address, u_short port)
function
[
all
...]
/external/chromium_org/third_party/libevent/test/
regress_rpc.c
76
myhttp =
evhttp_start
("127.0.0.1", 8080 + i);
regress_http.c
972
myhttp =
evhttp_start
("127.0.0.1", 65535 - i);
Completed in 1311 milliseconds