Searched refs:evhttp_connection (Results 1 – 16 of 16) sorted by relevance
| /libevent-2.1.12/include/event2/ |
| H A D | http.h | 42 struct evhttp_connection; 471 void (*cb)(struct evhttp_connection *, void *), void *arg); 524 struct evhttp_connection *evhttp_connection_base_bufferevent_new( 645 struct evhttp_connection *evhttp_connection_base_new( 653 void evhttp_connection_set_family(struct evhttp_connection *evcon, 674 int evhttp_connection_set_flags(struct evhttp_connection *evcon, 714 void evhttp_connection_free(struct evhttp_connection *evcon); 761 void (*)(struct evhttp_connection *, void *), void *); 765 void evhttp_connection_get_peer(struct evhttp_connection *evcon, 776 evhttp_connection_get_addr(struct evhttp_connection *evcon); [all …]
|
| H A D | http_compat.h | 73 struct evhttp_connection *evhttp_connection_new( 83 void evhttp_connection_set_base(struct evhttp_connection *evcon,
|
| H A D | rpc.h | 369 struct evhttp_connection; 435 struct evhttp_connection *evcon); 447 struct evhttp_connection *evcon); 576 struct evhttp_connection *evrpc_hook_get_connection(void *ctx);
|
| H A D | http_struct.h | 68 struct evhttp_connection *evcon;
|
| /libevent-2.1.12/ |
| H A D | http-internal.h | 51 struct evhttp_connection { struct 54 TAILQ_ENTRY(evhttp_connection) next; 94 void (*cb)(struct evhttp_connection *, void *); argument 97 void (*closecb)(struct evhttp_connection *, void *); argument 118 TAILQ_HEAD(evconq, evhttp_connection); argument 177 void evhttp_connection_reset_(struct evhttp_connection *); 180 int evhttp_connection_connect_(struct evhttp_connection *); 185 void evhttp_connection_fail_(struct evhttp_connection *, 195 void evhttp_start_read_(struct evhttp_connection *); 196 void evhttp_start_write_(struct evhttp_connection *);
|
| H A D | http.c | 185 struct evhttp_connection *evcon); 187 struct evhttp_connection *evcon); 189 struct evhttp_connection *evcon); 2372 struct evhttp_connection * 2378 struct evhttp_connection * 2454 struct evhttp_connection * 3734 struct evhttp_connection *evcon; in evhttp_free() 4078 struct evhttp_connection * 4223 static struct evhttp_connection* 4228 struct evhttp_connection *evcon; in evhttp_get_request_connection() [all …]
|
| H A D | evrpc-internal.h | 117 struct evhttp_connection *evcon; 122 struct evhttp_connection *evcon); 177 struct evhttp_connection *evcon;
|
| H A D | evrpc.c | 540 struct evhttp_connection *connection; in evrpc_pool_free() 581 struct evhttp_connection *connection) in evrpc_pool_add_connection() 614 struct evhttp_connection *connection) in evrpc_pool_remove_connection() 622 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() 637 static struct evhttp_connection * 640 struct evhttp_connection *connection; in evrpc_pool_find_connection() 721 struct evhttp_connection *connection = ctx->evcon; in evrpc_schedule_request_closure() 957 struct evhttp_connection *evcon; in evrpc_pool_schedule() 973 struct evhttp_connection *evcon = ctx->evcon; in evrpc_request_timeout() 1012 struct evhttp_connection *evcon) in evrpc_hook_associate_meta_() [all …]
|
| H A 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.
|
| H A D | ChangeLog-1.4 | 185 o Support specifying the local address of an evhttp_connection using set_local_address
|
| H A D | ChangeLog-2.0 | 1209 o convert evhttp_connection to use bufferevents.
|
| H A D | ChangeLog | 790 …o Implement interface that provides the ability to have an outbound evhttp_connection free itself …
|
| /libevent-2.1.12/sample/ |
| H A D | http-connect.c | 22 struct evhttp_connection *evcon; 74 struct evhttp_connection *evcon = base->evcon; in connect_cb() 97 struct evhttp_connection *evcon; in main()
|
| H A D | https-client.c | 231 struct evhttp_connection *evcon = NULL; in main()
|
| /libevent-2.1.12/test/ |
| H A D | regress_http.c | 320 struct evhttp_connection *evcon; in http_basic_cb() 1065 struct evhttp_connection *evcon = NULL; in http_connection_test_() 1191 struct evhttp_connection *evcon = NULL; in http_connection_async_test() 1285 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() 1402 static struct evhttp_connection ** 1455 struct evhttp_connection *evcon = NULL; in http_cancel_test() 2282 struct evhttp_connection *evcon = arg; in close_detect_launch() 2300 struct evhttp_connection *evcon = arg; in close_detect_cb() 3475 struct evhttp_connection *evcon; in http_stream_in_test_() 3548 struct evhttp_connection *evcon; in http_stream_in_cancel_test() [all …]
|
| H A D | regress_rpc.c | 189 struct evhttp_connection *evcon = NULL; in rpc_basic_test() 258 struct evhttp_connection *evcon = NULL; in rpc_basic_message() 310 struct evhttp_connection *evcon; in rpc_pool_with_connection() 888 struct evhttp_connection *evcon = NULL; in rpc_invalid_type()
|