Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h529 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon);
/external/libevent/
Dhttp.c2402 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent() function
DChangeLog-2.0137 o Backport evhttp_connection_get_bufferevent to Libevent 2.0 (da70fa7 Arno Bakker)
DChangeLog1253 o Backport evhttp_connection_get_bufferevent to Libevent 2.0 (da70fa7 Arno Bakker)
/external/libevent/test/
Dregress_http.c1471 bufev = evhttp_connection_get_bufferevent(evcon); in http_cancel_test()