Home | History | Annotate | Download | only in libevent

Lines Matching refs:evhttp_connection

53 struct evhttp_connection {
55 TAILQ_ENTRY(evhttp_connection) (next);
85 void (*cb)(struct evhttp_connection *, void *);
88 void (*closecb)(struct evhttp_connection *, void *);
104 TAILQ_HEAD(evconq, evhttp_connection);
128 void evhttp_connection_reset(struct evhttp_connection *);
131 int evhttp_connection_connect(struct evhttp_connection *);
134 void evhttp_connection_fail(struct evhttp_connection *,
144 void evhttp_start_read(struct evhttp_connection *);
145 void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *);
147 void evhttp_write_buffer(struct evhttp_connection *,
148 void (*)(struct evhttp_connection *, void *), void *);