Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c982 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_()
1177 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_autofree_connection_test()
1263 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_cancel_test()
1404 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_virtual_host_test()
1627 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_dispatcher_test()
1677 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_post_test()
1817 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_put_test()
2036 evcon = evhttp_connection_base_new(data->base, NULL, in http_close_detection_()
3044 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_chunk_out_test()
3086 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_stream_out_test()
[all …]
/freebsd-12.1/contrib/libevent/test/
H A Dregress_http.c1050 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_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_()
3417 evcon = evhttp_connection_base_new(data->base, NULL,"127.0.0.1", port); in http_stream_in_test_()
[all …]
/freebsd-12.1/contrib/libevent/sample/
H A Dhttp-connect.c98 VERIFY(evcon = evhttp_connection_base_new(base, NULL, in main()
/freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h629 struct evhttp_connection *evhttp_connection_base_new(
/freebsd-12.1/contrib/libevent/include/event2/
H A Dhttp.h642 struct evhttp_connection *evhttp_connection_base_new(
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c2246 return (evhttp_connection_base_new(NULL, NULL, address, port)); in evhttp_connection_new()
2326 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() function
H A 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)
/freebsd-12.1/contrib/libevent/
H A 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
H A 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)