Home
last modified time | relevance | path

Searched defs:evcon (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dhttp.c372 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
394 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
400 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
418 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
440 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
533 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
608 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
640 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
649 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
725 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
[all …]
Devrpc-internal.h119 struct evhttp_connection *evcon; member
179 struct evhttp_connection *evcon; member
Devrpc.c624 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() local
959 struct evhttp_connection *evcon; in evrpc_pool_schedule() local
975 struct evhttp_connection *evcon = ctx->evcon; in evrpc_request_timeout() local
1014 struct evhttp_connection *evcon) in evrpc_hook_associate_meta_()
/netbsd/src/external/bsd/libevent/dist/
Dhttp.c374 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
396 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
402 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
420 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
442 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
535 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
610 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
642 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
651 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
727 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
[all …]
Devrpc-internal.h118 struct evhttp_connection *evcon; member
178 struct evhttp_connection *evcon; member
Devrpc.c626 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() local
961 struct evhttp_connection *evcon; in evrpc_pool_schedule() local
977 struct evhttp_connection *evcon = ctx->evcon; in evrpc_request_timeout() local
1016 struct evhttp_connection *evcon) in evrpc_hook_associate_meta_()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/sample/
Dhttp-connect.c24 struct evhttp_connection *evcon; member
76 struct evhttp_connection *evcon = base->evcon; in connect_cb() local
99 struct evhttp_connection *evcon; in main() local
/netbsd/src/external/bsd/libevent/dist/sample/
Dhttp-connect.c25 struct evhttp_connection *evcon; member
77 struct evhttp_connection *evcon = base->evcon; in connect_cb() local
100 struct evhttp_connection *evcon; in main() local
Dhttps-client.c232 struct evhttp_connection *evcon = NULL; in main() local
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_http.c322 struct evhttp_connection *evcon; in http_basic_cb() local
1067 struct evhttp_connection *evcon = NULL; in http_connection_test_() local
1193 struct evhttp_connection *evcon = NULL; in http_connection_async_test() local
1287 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() local
1393 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons() local
1408 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog() local
1457 struct evhttp_connection *evcon = NULL; in http_cancel_test() local
1668 struct evhttp_connection *evcon = NULL; in http_virtual_host_test() local
1923 struct evhttp_connection *evcon = NULL; in http_dispatcher_test() local
1972 struct evhttp_connection *evcon = NULL; in http_post_test() local
[all …]
Dregress_rpc.c191 struct evhttp_connection *evcon = NULL; in rpc_basic_test() local
260 struct evhttp_connection *evcon = NULL; in rpc_basic_message() local
312 struct evhttp_connection *evcon; in rpc_pool_with_connection() local
890 struct evhttp_connection *evcon = NULL; in rpc_invalid_type() local
/netbsd/src/external/bsd/libevent/dist/test/
Dregress_http.c325 struct evhttp_connection *evcon; in http_basic_cb() local
1070 struct evhttp_connection *evcon = NULL; in http_connection_test_() local
1196 struct evhttp_connection *evcon = NULL; in http_connection_async_test() local
1290 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() local
1396 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons() local
1411 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog() local
1460 struct evhttp_connection *evcon = NULL; in http_cancel_test() local
1671 struct evhttp_connection *evcon = NULL; in http_virtual_host_test() local
1926 struct evhttp_connection *evcon = NULL; in http_dispatcher_test() local
1975 struct evhttp_connection *evcon = NULL; in http_post_test() local
[all …]
Dregress_rpc.c193 struct evhttp_connection *evcon = NULL; in rpc_basic_test() local
262 struct evhttp_connection *evcon = NULL; in rpc_basic_message() local
314 struct evhttp_connection *evcon; in rpc_pool_with_connection() local
892 struct evhttp_connection *evcon = NULL; in rpc_invalid_type() local
/netbsd/src/external/bsd/libevent/dist/include/event2/
Dhttp_struct.h69 struct evhttp_connection *evcon; member
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
Dhttp_struct.h70 struct evhttp_connection *evcon; member