Home
last modified time | relevance | path

Searched refs:evhttp_connection_base_new (Results 1 – 5 of 5) sorted by relevance

/external/libevent/test/
Dregress_http.c1050 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_()
1165 evcon = evhttp_connection_base_new(data->base, dns_base, "127.0.0.1", port); in http_connection_async_test()
1245 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_autofree_connection_test()
1369 evcon[i] = evhttp_connection_base_new(base, NULL, "127.0.0.1", port); in http_fill_backlog()
1463 evcon = evhttp_connection_base_new( in http_cancel_test()
1651 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_virtual_host_test()
1883 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_dispatcher_test()
1932 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_post_test()
2071 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_put_test()
2289 evcon = evhttp_connection_base_new(data->base, NULL, in http_close_detection_()
[all …]
/external/libevent/sample/
Dhttp-connect.c98 VERIFY(evcon = evhttp_connection_base_new(base, NULL, in main()
/external/libevent/include/event2/
Dhttp.h642 struct evhttp_connection *evhttp_connection_base_new(
/external/libevent/
Dhttp.c2334 return (evhttp_connection_base_new(NULL, NULL, address, port)); in evhttp_connection_new()
2414 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() function
DChangeLog-2.0881 …o do not use a function to assign the evdns base; instead assign it via evhttp_connection_base_new
1003 o add a test for evhttp_connection_base_new with a dns_base (26714ca)