Searched refs:evhttp_connection (Results 1 – 9 of 9) sorted by relevance
/external/libevent/include/event2/ |
D | http.h | 427 struct evhttp_connection *evhttp_connection_base_new( 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, 474 void evhttp_connection_set_local_port(struct evhttp_connection *evcon, 478 void evhttp_connection_set_timeout(struct evhttp_connection *evcon, [all …]
|
D | http_compat.h | 70 struct evhttp_connection *evhttp_connection_new( 79 void evhttp_connection_set_base(struct evhttp_connection *evcon,
|
D | rpc.h | 356 struct evhttp_connection; 417 struct evhttp_connection *evcon); 428 struct evhttp_connection *evcon); 550 struct evhttp_connection *evrpc_hook_get_connection(void *ctx);
|
D | http_struct.h | 68 struct evhttp_connection *evcon;
|
/external/libevent/ |
D | http-internal.h | 62 struct evhttp_connection { struct 65 TAILQ_ENTRY(evhttp_connection) next; 97 void (*cb)(struct evhttp_connection *, void *); argument 100 void (*closecb)(struct evhttp_connection *, void *); argument 120 TAILQ_HEAD(evconq, evhttp_connection); argument 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 *);
|
D | 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, in evhttp_write_buffer() [all …]
|
D | evrpc-internal.h | 116 struct evhttp_connection *evcon; 121 struct evhttp_connection *evcon); 176 struct evhttp_connection *evcon;
|
D | evrpc.c | 506 static int evrpc_schedule_request(struct evhttp_connection *connection, 542 struct evhttp_connection *connection; in evrpc_pool_free() 583 struct evhttp_connection *connection) in evrpc_pool_add_connection() 616 struct evhttp_connection *connection) in evrpc_pool_remove_connection() 624 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() 639 static struct evhttp_connection * 642 struct evhttp_connection *connection; in evrpc_pool_find_connection() 661 evrpc_schedule_request(struct evhttp_connection *connection, in evrpc_schedule_request() 723 struct evhttp_connection *connection = ctx->evcon; in evrpc_schedule_request_closure() 960 struct evhttp_connection *evcon; in evrpc_pool_schedule() [all …]
|
D | ChangeLog | 1273 o convert evhttp_connection to use bufferevents. 1350 o Support specifying the local address of an evhttp_connection using set_local_address
|