HomeSort by relevance Sort by last modified time
    Searched defs:evhttp_connection (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
http-internal.h 53 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 *, struct evhttp_request *)
    [all...]
  /external/chromium_org/third_party/libevent/
http-internal.h 53 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 *, struct evhttp_request *)
    [all...]

Completed in 37 milliseconds