Lines Matching defs:evhttp_connection
52 struct evhttp_connection {
55 TAILQ_ENTRY(evhttp_connection) next;
95 void (*cb)(struct evhttp_connection *, void *);
98 void (*closecb)(struct evhttp_connection *, void *);
119 TAILQ_HEAD(evconq, evhttp_connection);
178 void evhttp_connection_reset_(struct evhttp_connection *);
181 int evhttp_connection_connect_(struct evhttp_connection *);
186 void evhttp_connection_fail_(struct evhttp_connection *,
196 void evhttp_start_read_(struct evhttp_connection *);
197 void evhttp_start_write_(struct evhttp_connection *);