Searched refs:evhttp_connection_base_new (Results 1 – 5 of 5) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 1096 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_() 1211 evcon = evhttp_connection_base_new(data->base, dns_base, "127.0.0.1", port); in http_connection_async_test() 1292 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_autofree_connection_test() 1412 evcon[i] = evhttp_connection_base_new(base, NULL, "127.0.0.1", port); in http_fill_backlog() 1506 evcon = evhttp_connection_base_new( in http_cancel_test() 1694 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_virtual_host_test() 1927 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_dispatcher_test() 1976 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_post_test() 2115 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_put_test() 2333 evcon = evhttp_connection_base_new(data->base, NULL, in http_close_detection_() [all …]
|
/external/libevent/sample/ |
D | http-connect.c | 111 VERIFY(evcon = evhttp_connection_base_new(base, NULL, in main()
|
/external/libevent/include/event2/ |
D | http.h | 645 struct evhttp_connection *evhttp_connection_base_new(
|
/external/libevent/ |
D | http.c | 2375 return (evhttp_connection_base_new(NULL, NULL, address, port)); in evhttp_connection_new() 2455 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() function
|
D | ChangeLog-2.0 | 881 …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)
|