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

  /external/libevent/include/event2/
http_compat.h 70 struct evhttp_connection *evhttp_connection_new(
79 void evhttp_connection_set_base(struct evhttp_connection *evcon,
http.h 42 struct evhttp_connection;
470 void (*cb)(struct evhttp_connection *, void *), void *arg);
519 * @return an evhttp_connection object that can be used for making requests
522 struct evhttp_connection *evhttp_connection_base_bufferevent_new(
526 * Return the bufferevent that an evhttp_connection is using.
529 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon);
535 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon);
639 * @return an evhttp_connection object that can be used for making requests
642 struct evhttp_connection *evhttp_connection_base_new(
650 void evhttp_connection_set_family(struct evhttp_connection *evcon
    [all...]
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);
  /external/libevent/
http-internal.h 54 struct evhttp_connection { struct
57 TAILQ_ENTRY(evhttp_connection) next;
97 void (*cb)(struct evhttp_connection *, void *);
100 void (*closecb)(struct evhttp_connection *, void *);
121 TAILQ_HEAD(evconq, evhttp_connection);
180 void evhttp_connection_reset_(struct evhttp_connection *);
183 int evhttp_connection_connect_(struct evhttp_connection *);
187 void evhttp_connection_fail_(struct evhttp_connection *,
195 void evhttp_start_read_(struct evhttp_connection *);
196 void evhttp_start_write_(struct evhttp_connection *);
    [all...]
evrpc-internal.h 85 /* A pool for holding evhttp_connection objects */
117 struct evhttp_connection *evcon;
122 struct evhttp_connection *evcon);
177 struct evhttp_connection *evcon;
http.c 177 struct evhttp_connection *evcon);
179 struct evhttp_connection *evcon);
181 struct evhttp_connection *evcon);
182 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
183 static void evhttp_read_firstline(struct evhttp_connection *evcon,
185 static void evhttp_read_header(struct evhttp_connection *evcon,
191 static void evhttp_write_buffer(struct evhttp_connection *,
192 void (*)(struct evhttp_connection *, void *), void *);
193 static void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *);
361 evhttp_write_buffer(struct evhttp_connection *evcon
    [all...]
evrpc.c 503 static int evrpc_schedule_request(struct evhttp_connection *connection,
539 struct evhttp_connection *connection;
580 struct evhttp_connection *connection)
613 struct evhttp_connection *connection)
621 struct evhttp_connection *evcon;
636 static struct evhttp_connection *
639 struct evhttp_connection *connection;
658 evrpc_schedule_request(struct evhttp_connection *connection,
720 struct evhttp_connection *connection = ctx->evcon;
957 struct evhttp_connection *evcon
    [all...]
  /external/libevent/sample/
http-connect.c 21 struct evhttp_connection *evcon;
43 struct evhttp_connection *evcon = base->evcon;
64 struct evhttp_connection *evcon;
https-client.c 204 struct evhttp_connection *evcon = NULL;
  /external/libevent/test/
regress_http.c 307 struct evhttp_connection *evcon;
721 static struct evhttp_connection *delayed_client;
1019 struct evhttp_connection *evcon = NULL;
1145 struct evhttp_connection *evcon = NULL;
1239 struct evhttp_connection *evcon = NULL;
    [all...]
regress_rpc.c 190 struct evhttp_connection *evcon = NULL;
259 struct evhttp_connection *evcon = NULL;
311 struct evhttp_connection *evcon;

Completed in 257 milliseconds