Searched refs:evhttp_connection (Results 1 – 8 of 8) sorted by relevance
/external/chromium/third_party/libevent/ |
D | http-internal.h | 53 struct evhttp_connection { struct 55 TAILQ_ENTRY(evhttp_connection) (next); 85 void (*cb)(struct evhttp_connection *, void *); argument 88 void (*closecb)(struct evhttp_connection *, void *); argument 104 TAILQ_HEAD(evconq, evhttp_connection); argument 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 …]
|
D | 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 …]
|
D | 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, in evhttp_write_buffer() 339 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument 357 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected() 378 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request() [all …]
|
D | evrpc.c | 379 static int evrpc_schedule_request(struct evhttp_connection *connection, 411 struct evhttp_connection *connection; in evrpc_pool_free() 444 struct evhttp_connection *connection) { in evrpc_pool_add_connection() 477 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() 492 static struct evhttp_connection * 495 struct evhttp_connection *connection; in evrpc_pool_find_connection() 508 evrpc_schedule_request(struct evhttp_connection *connection, in evrpc_schedule_request() 637 struct evhttp_connection *evcon; in evrpc_pool_schedule() 653 struct evhttp_connection *evcon = ctx->evcon; in evrpc_request_timeout()
|
D | evrpc.h | 323 struct evhttp_connection; 347 struct evhttp_connection *evcon; 414 struct evhttp_connection *);
|
D | ChangeLog | 155 o Support specifying the local address of an evhttp_connection using set_local_address
|
/external/chromium/third_party/libevent/test/ |
D | regress_http.c | 380 static struct evhttp_connection *delayed_client; 412 struct evhttp_connection *evcon = NULL; in http_connection_test() 616 struct evhttp_connection *evcon = NULL; in http_dispatcher_test() 677 struct evhttp_connection *evcon = NULL; in http_post_test() 867 struct evhttp_connection *evcon = arg; in close_detect_launch() 885 struct evhttp_connection *evcon = arg; in close_detect_cb() 906 struct evhttp_connection *evcon = NULL; in http_close_detection() 1274 struct evhttp_connection *evcon = NULL; in http_chunked_test() 1414 struct evhttp_connection *evcon = NULL; in http_negative_content_length_test()
|
D | regress_rpc.c | 181 struct evhttp_connection *evcon = NULL; in rpc_basic_test() 264 struct evhttp_connection *evcon = NULL; in rpc_basic_message() 327 struct evhttp_connection *evcon; in rpc_pool_with_connection()
|