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

  /external/libevent/
http-internal.h 62 struct evhttp_connection { struct
65 TAILQ_ENTRY(evhttp_connection) next;
97 void (*cb)(struct evhttp_connection *, void *);
100 void (*closecb)(struct evhttp_connection *, void *);
120 TAILQ_HEAD(evconq, evhttp_connection);
175 void evhttp_connection_reset(struct evhttp_connection *);
178 int evhttp_connection_connect(struct evhttp_connection *);
181 void evhttp_connection_fail(struct evhttp_connection *,
189 void evhttp_start_read(struct evhttp_connection *);
http.c 174 struct evhttp_connection *evcon);
176 struct evhttp_connection *evcon);
178 struct evhttp_connection *evcon);
179 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
180 static void evhttp_read_firstline(struct evhttp_connection *evcon,
182 static void evhttp_read_header(struct evhttp_connection *evcon,
188 static void evhttp_write_buffer(struct evhttp_connection *,
189 void (*)(struct evhttp_connection *, void *), void *);
190 static void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *);
377 evhttp_write_buffer(struct evhttp_connection *evcon
    [all...]
evrpc-internal.h 84 /* A pool for holding evhttp_connection objects */
116 struct evhttp_connection *evcon;
121 struct evhttp_connection *evcon);
176 struct evhttp_connection *evcon;
evrpc.c 506 static int evrpc_schedule_request(struct evhttp_connection *connection,
542 struct evhttp_connection *connection;
583 struct evhttp_connection *connection)
616 struct evhttp_connection *connection)
624 struct evhttp_connection *evcon;
639 static struct evhttp_connection *
642 struct evhttp_connection *connection;
661 evrpc_schedule_request(struct evhttp_connection *connection,
723 struct evhttp_connection *connection = ctx->evcon;
960 struct evhttp_connection *evcon
    [all...]
ChangeLog     [all...]
  /external/libevent/include/event2/
http.h 425 * @return an evhttp_connection object that can be used for making requests
427 struct evhttp_connection *evhttp_connection_base_new(
432 * Return the bufferevent that an evhttp_connection is using.
435 struct evhttp_connection *evcon);
453 struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req);
458 struct event_base *evhttp_connection_get_base(struct evhttp_connection *req);
460 void evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon,
463 void evhttp_connection_set_max_body_size(struct evhttp_connection* evcon,
467 void evhttp_connection_free(struct evhttp_connection *evcon);
470 void evhttp_connection_set_local_address(struct evhttp_connection *evcon
    [all...]
http_compat.h 70 struct evhttp_connection *evhttp_connection_new(
79 void evhttp_connection_set_base(struct evhttp_connection *evcon,
http_struct.h 68 struct evhttp_connection *evcon;
rpc.h 356 struct evhttp_connection;
417 struct evhttp_connection *evcon);
428 struct evhttp_connection *evcon);
548 * @return a pointer to the evhttp_connection object
550 struct evhttp_connection *evrpc_hook_get_connection(void *ctx);

Completed in 307 milliseconds