Home
last modified time | relevance | path

Searched refs:evhttp_connection_new (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/test/
Dregress_rpc.c188 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_basic_test()
272 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_basic_message()
333 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_pool_with_connection()
Dregress_http.c421 evcon = evhttp_connection_new("127.0.0.1", port); in http_connection_test()
624 evcon = evhttp_connection_new("127.0.0.1", port); in http_dispatcher_test()
685 evcon = evhttp_connection_new("127.0.0.1", port); in http_post_test()
918 evcon = evhttp_connection_new("127.0.0.1", port); in http_close_detection()
1317 evcon = evhttp_connection_new("127.0.0.1", port); in http_chunked_test()
1422 evcon = evhttp_connection_new("127.0.0.1", port); in http_negative_content_length_test()
/external/chromium/third_party/libevent/
Devhttp.h260 struct evhttp_connection *evhttp_connection_new(
Dhttp.c1677 evhttp_connection_new(const char *address, unsigned short port) in evhttp_connection_new() function
2550 evcon = evhttp_connection_new(hostname, atoi(portname)); in evhttp_get_request_connection()