Searched refs:evhttp_connection (Results 1 – 16 of 16) sorted by relevance
/external/libevent/include/event2/ |
D | http.h | 42 struct evhttp_connection; 470 void (*cb)(struct evhttp_connection *, void *), void *arg); 522 struct evhttp_connection *evhttp_connection_base_bufferevent_new( 529 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon); 535 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon); 642 struct evhttp_connection *evhttp_connection_base_new( 650 void evhttp_connection_set_family(struct evhttp_connection *evcon, 671 int evhttp_connection_set_flags(struct evhttp_connection *evcon, 693 struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req); 699 struct event_base *evhttp_connection_get_base(struct evhttp_connection *req); [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 | 54 struct evhttp_connection { struct 57 TAILQ_ENTRY(evhttp_connection) next; 97 void (*cb)(struct evhttp_connection *, void *); argument 100 void (*closecb)(struct evhttp_connection *, void *); argument 121 TAILQ_HEAD(evconq, evhttp_connection); argument 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 *);
|
D | 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, in evhttp_write_buffer() [all …]
|
D | evrpc-internal.h | 117 struct evhttp_connection *evcon; 122 struct evhttp_connection *evcon); 177 struct evhttp_connection *evcon;
|
D | evrpc.c | 503 static int evrpc_schedule_request(struct evhttp_connection *connection, 539 struct evhttp_connection *connection; in evrpc_pool_free() 580 struct evhttp_connection *connection) in evrpc_pool_add_connection() 613 struct evhttp_connection *connection) in evrpc_pool_remove_connection() 621 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() 636 static struct evhttp_connection * 639 struct evhttp_connection *connection; in evrpc_pool_find_connection() 658 evrpc_schedule_request(struct evhttp_connection *connection, in evrpc_schedule_request() 720 struct evhttp_connection *connection = ctx->evcon; in evrpc_schedule_request_closure() 957 struct evhttp_connection *evcon; in evrpc_pool_schedule() [all …]
|
D | whatsnew-2.1.txt | 441 You can navigate from an evhttp_connection back to its evhttp with the 448 address of an evhttp_connection.
|
D | ChangeLog-1.4 | 185 o Support specifying the local address of an evhttp_connection using set_local_address
|
D | ChangeLog-2.0 | 1209 o convert evhttp_connection to use bufferevents.
|
D | ChangeLog | 477 …o Implement interface that provides the ability to have an outbound evhttp_connection free itself …
|
/external/libevent/sample/ |
D | http-connect.c | 21 struct evhttp_connection *evcon; 43 struct evhttp_connection *evcon = base->evcon; in connect_cb() 64 struct evhttp_connection *evcon; in main()
|
D | https-client.c | 204 struct evhttp_connection *evcon = NULL; in main()
|
/external/libevent/test/ |
D | regress_http.c | 307 struct evhttp_connection *evcon; in http_basic_cb() 721 static struct evhttp_connection *delayed_client; 1019 struct evhttp_connection *evcon = NULL; in http_connection_test_() 1145 struct evhttp_connection *evcon = NULL; in http_connection_async_test() 1239 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() 1346 http_free_evcons(struct evhttp_connection **evcons) in http_free_evcons() 1348 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons() 1359 static struct evhttp_connection ** 1363 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog() 1412 struct evhttp_connection *evcon = NULL; in http_cancel_test() [all …]
|
D | regress_rpc.c | 190 struct evhttp_connection *evcon = NULL; in rpc_basic_test() 259 struct evhttp_connection *evcon = NULL; in rpc_basic_message() 311 struct evhttp_connection *evcon; in rpc_pool_with_connection()
|