Searched refs:evhttp_connection (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | http.h | 43 struct evhttp_connection; 472 void (*cb)(struct evhttp_connection *, void *), void *arg); 525 struct evhttp_connection *evhttp_connection_base_bufferevent_new( 532 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon); 538 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon); 646 struct evhttp_connection *evhttp_connection_base_new( 654 void evhttp_connection_set_family(struct evhttp_connection *evcon, 675 int evhttp_connection_set_flags(struct evhttp_connection *evcon, 697 struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req); 703 struct event_base *evhttp_connection_get_base(struct evhttp_connection *req); [all …]
|
H A D | http_compat.h | 74 struct evhttp_connection *evhttp_connection_new( 84 void evhttp_connection_set_base(struct evhttp_connection *evcon,
|
H A D | rpc.h | 371 struct evhttp_connection; 437 struct evhttp_connection *evcon); 449 struct evhttp_connection *evcon); 578 struct evhttp_connection *evrpc_hook_get_connection(void *ctx);
|
H A D | http_struct.h | 69 struct evhttp_connection *evcon;
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | http-internal.h | 52 struct evhttp_connection { struct 55 TAILQ_ENTRY(evhttp_connection) next; 95 void (*cb)(struct evhttp_connection *, void *); argument 98 void (*closecb)(struct evhttp_connection *, void *); argument 119 TAILQ_HEAD(evconq, evhttp_connection); argument 178 void evhttp_connection_reset_(struct evhttp_connection *); 181 int evhttp_connection_connect_(struct evhttp_connection *); 186 void evhttp_connection_fail_(struct evhttp_connection *, 196 void evhttp_start_read_(struct evhttp_connection *); 197 void evhttp_start_write_(struct evhttp_connection *);
|
H A D | http.c | 189 struct evhttp_connection *evcon); 191 struct evhttp_connection *evcon); 193 struct evhttp_connection *evcon); 194 static void evhttp_request_dispatch(struct evhttp_connection* evcon); 195 static void evhttp_read_firstline(struct evhttp_connection *evcon, 197 static void evhttp_read_header(struct evhttp_connection *evcon, 203 static void evhttp_write_buffer(struct evhttp_connection *, 204 void (*)(struct evhttp_connection *, void *), void *); 205 static void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *); 374 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer() [all …]
|
H A D | evrpc-internal.h | 118 struct evhttp_connection *evcon; 123 struct evhttp_connection *evcon); 178 struct evhttp_connection *evcon;
|
H A D | evrpc.c | 508 static int evrpc_schedule_request(struct evhttp_connection *connection, 544 struct evhttp_connection *connection; in evrpc_pool_free() 585 struct evhttp_connection *connection) in evrpc_pool_add_connection() 618 struct evhttp_connection *connection) in evrpc_pool_remove_connection() 626 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() 641 static struct evhttp_connection * 644 struct evhttp_connection *connection; in evrpc_pool_find_connection() 663 evrpc_schedule_request(struct evhttp_connection *connection, in evrpc_schedule_request() 725 struct evhttp_connection *connection = ctx->evcon; in evrpc_schedule_request_closure() 961 struct evhttp_connection *evcon; in evrpc_pool_schedule() [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 | 790 …o Implement interface that provides the ability to have an outbound evhttp_connection free itself …
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | evrpc-internal.h | 119 struct evhttp_connection *evcon; 124 struct evhttp_connection *evcon); 179 struct evhttp_connection *evcon;
|
/netbsd-src/external/bsd/libevent/dist/sample/ |
H A D | http-connect.c | 25 struct evhttp_connection *evcon; 77 struct evhttp_connection *evcon = base->evcon; in connect_cb() 100 struct evhttp_connection *evcon; in main()
|
H A D | https-client.c | 232 struct evhttp_connection *evcon = NULL; in main()
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_http.c | 325 struct evhttp_connection *evcon; in http_basic_cb() 772 static struct evhttp_connection *delayed_client; 1070 struct evhttp_connection *evcon = NULL; in http_connection_test_() 1196 struct evhttp_connection *evcon = NULL; in http_connection_async_test() 1290 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() 1394 http_free_evcons(struct evhttp_connection **evcons) in http_free_evcons() 1396 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons() 1407 static struct evhttp_connection ** 1411 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog() 1460 struct evhttp_connection *evcon = NULL; in http_cancel_test() [all …]
|
H A D | regress_rpc.c | 193 struct evhttp_connection *evcon = NULL; in rpc_basic_test() 262 struct evhttp_connection *evcon = NULL; in rpc_basic_message() 314 struct evhttp_connection *evcon; in rpc_pool_with_connection() 892 struct evhttp_connection *evcon = NULL; in rpc_invalid_type()
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
H A D | http_struct.h | 70 struct evhttp_connection *evcon;
|