Home
last modified time | relevance | path

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

/libevent-2.1.12/include/event2/
H A Dhttp.h537 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon);
/libevent-2.1.12/test/
H A Dregress_http.c327 tt_assert(evhttp_connection_get_server(evcon) == arg); in http_basic_cb()
1105 tt_assert(evhttp_connection_get_server(evcon) == NULL); in http_connection_test_()
/libevent-2.1.12/
H A Dwhatsnew-2.1.txt442 new evhttp_connection_get_server() function.
H A Dhttp.c2449 evhttp_connection_get_server(struct evhttp_connection *evcon) in evhttp_connection_get_server() function
H A DChangeLog895 o Add evhttp_connection_get_server(). (a7f82a3 Maxime Henrion)
1052 o Add checks for evhttp_connection_get_server() in unit