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

/external/chromium_org/third_party/libevent/
H A Dhttp-internal.h53 struct evhttp_connection { struct
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 *, struc
[all...]

Completed in 5650 milliseconds