Searched refs:evhttp_connection_new (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libevent/
H A Devhttp.h260 struct evhttp_connection *evhttp_connection_new(
H A Dhttp.c1677 evhttp_connection_new(const char *address, unsigned short port) function
2550 evcon = evhttp_connection_new(hostname, atoi(portname));
/external/chromium_org/third_party/libevent/
H A Devhttp.h260 struct evhttp_connection *evhttp_connection_new(
H A Dhttp.c1677 evhttp_connection_new(const char *address, unsigned short port) function
2550 evcon = evhttp_connection_new(hostname, atoi(portname));
/external/chromium/third_party/libevent/test/
H A Dregress_rpc.c188 evcon = evhttp_connection_new("127.0.0.1", port);
272 evcon = evhttp_connection_new("127.0.0.1", port);
333 evcon = evhttp_connection_new("127.0.0.1", port);
H A Dregress_http.c421 evcon = evhttp_connection_new("127.0.0.1", port);
624 evcon = evhttp_connection_new("127.0.0.1", port);
685 evcon = evhttp_connection_new("127.0.0.1", port);
918 evcon = evhttp_connection_new("127.0.0.1", port);
1317 evcon = evhttp_connection_new("127.0.0.1", port);
1422 evcon = evhttp_connection_new("127.0.0.1", port);
/external/chromium_org/third_party/libevent/test/
H A Dregress_rpc.c188 evcon = evhttp_connection_new("127.0.0.1", port);
272 evcon = evhttp_connection_new("127.0.0.1", port);
333 evcon = evhttp_connection_new("127.0.0.1", port);
H A Dregress_http.c421 evcon = evhttp_connection_new("127.0.0.1", port);
624 evcon = evhttp_connection_new("127.0.0.1", port);
685 evcon = evhttp_connection_new("127.0.0.1", port);
918 evcon = evhttp_connection_new("127.0.0.1", port);
1317 evcon = evhttp_connection_new("127.0.0.1", port);
1422 evcon = evhttp_connection_new("127.0.0.1", port);

Completed in 43 milliseconds