Searched defs:evhttp_connection (Results 1 - 1 of 1) sorted by relevance

/external/libevent/
H A Dhttp-internal.h54 struct evhttp_connection { struct
57 TAILQ_ENTRY(evhttp_connection) next;
97 void (*cb)(struct evhttp_connection *, void *);
100 void (*closecb)(struct evhttp_connection *, void *);
121 TAILQ_HEAD(evconq, evhttp_connection);
180 void evhttp_connection_reset_(struct evhttp_connection *);
183 int evhttp_connection_connect_(struct evhttp_connection *);
187 void evhttp_connection_fail_(struct evhttp_connection *,
195 void evhttp_start_read_(struct evhttp_connection *);
196 void evhttp_start_write_(struct evhttp_connection *);
[all...]

Completed in 624 milliseconds