Home | History | Annotate | Download | only in libevent

Lines Matching defs:evhttp_connection

53 struct evhttp_connection {
56 TAILQ_ENTRY(evhttp_connection) next;
96 void (*cb)(struct evhttp_connection *, void *);
99 void (*closecb)(struct evhttp_connection *, void *);
120 TAILQ_HEAD(evconq, evhttp_connection);
179 void evhttp_connection_reset_(struct evhttp_connection *);
182 int evhttp_connection_connect_(struct evhttp_connection *);
187 void evhttp_connection_fail_(struct evhttp_connection *,
197 void evhttp_start_read_(struct evhttp_connection *);
198 void evhttp_start_write_(struct evhttp_connection *);