Home | History | Annotate | Download | only in libevent

Lines Matching refs:evhttp_connection

54 struct evhttp_connection {
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 *);