HomeSort by relevance Sort by last modified time
    Searched refs:evhttp_connection (Results 1 - 7 of 7) 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...]
evhttp.h 199 struct evhttp_connection *evcon;
260 struct evhttp_connection *evhttp_connection_new(
264 void evhttp_connection_free(struct evhttp_connection *evcon);
267 void evhttp_connection_set_local_address(struct evhttp_connection *evcon,
271 void evhttp_connection_set_local_port(struct evhttp_connection *evcon,
275 void evhttp_connection_set_timeout(struct evhttp_connection *evcon,
279 void evhttp_connection_set_retries(struct evhttp_connection *evcon,
283 void evhttp_connection_set_closecb(struct evhttp_connection *evcon,
284 void (*)(struct evhttp_connection *, void *), void *);
290 void evhttp_connection_set_base(struct evhttp_connection *evcon
    [all...]
http.c 204 struct evhttp_connection *evcon);
206 struct evhttp_connection *evcon);
208 struct evhttp_connection *evcon);
209 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
210 static void evhttp_read_firstline(struct evhttp_connection *evcon,
212 static void evhttp_read_header(struct evhttp_connection *evcon,
338 evhttp_write_buffer(struct evhttp_connection *evcon,
339 void (*cb)(struct evhttp_connection *, void *), void *arg)
357 evhttp_connected(struct evhttp_connection *evcon)
378 evhttp_make_header_request(struct evhttp_connection *evcon
    [all...]
evrpc.c 379 static int evrpc_schedule_request(struct evhttp_connection *connection,
411 struct evhttp_connection *connection;
444 struct evhttp_connection *connection) {
477 struct evhttp_connection *evcon;
492 static struct evhttp_connection *
495 struct evhttp_connection *connection;
508 evrpc_schedule_request(struct evhttp_connection *connection,
637 struct evhttp_connection *evcon;
653 struct evhttp_connection *evcon = ctx->evcon;
evrpc.h 323 struct evhttp_connection;
347 struct evhttp_connection *evcon;
414 struct evhttp_connection *);
  /external/chromium/third_party/libevent/test/
regress_http.c 380 static struct evhttp_connection *delayed_client;
412 struct evhttp_connection *evcon = NULL;
616 struct evhttp_connection *evcon = NULL;
677 struct evhttp_connection *evcon = NULL;
867 struct evhttp_connection *evcon = arg;
885 struct evhttp_connection *evcon = arg;
906 struct evhttp_connection *evcon = NULL;
1274 struct evhttp_connection *evcon = NULL;
1414 struct evhttp_connection *evcon = NULL;
regress_rpc.c 181 struct evhttp_connection *evcon = NULL;
264 struct evhttp_connection *evcon = NULL;
327 struct evhttp_connection *evcon;

Completed in 75 milliseconds