Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c370 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
392 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
398 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
416 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
438 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
531 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
606 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
638 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
647 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
723 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
[all …]
H A Devrpc-internal.h117 struct evhttp_connection *evcon; member
177 struct evhttp_connection *evcon; member
H A Devrpc.c622 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() local
957 struct evhttp_connection *evcon; in evrpc_pool_schedule() local
973 struct evhttp_connection *evcon = ctx->evcon; in evrpc_request_timeout() local
1012 struct evhttp_connection *evcon) in evrpc_hook_associate_meta_()
/freebsd/contrib/libevent/
H A Dhttp.c370 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
392 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
398 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
416 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
438 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
531 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
606 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
638 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
647 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
723 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
[all …]
H A Devrpc-internal.h117 struct evhttp_connection *evcon; member
177 struct evhttp_connection *evcon; member
H A Devrpc.c622 struct evhttp_connection *evcon; in evrpc_pool_set_timeout() local
957 struct evhttp_connection *evcon; in evrpc_pool_schedule() local
973 struct evhttp_connection *evcon = ctx->evcon; in evrpc_request_timeout() local
1012 struct evhttp_connection *evcon) in evrpc_hook_associate_meta_()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-connect.c22 struct evhttp_connection *evcon; member
74 struct evhttp_connection *evcon = base->evcon; in connect_cb() local
97 struct evhttp_connection *evcon; in main() local
H A Dhttps-client.c231 struct evhttp_connection *evcon = NULL; in main() local
/freebsd/contrib/libevent/sample/
H A Dhttp-connect.c22 struct evhttp_connection *evcon; member
74 struct evhttp_connection *evcon = base->evcon; in connect_cb() local
97 struct evhttp_connection *evcon; in main() local
H A Dhttps-client.c231 struct evhttp_connection *evcon = NULL; in main() local
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c320 struct evhttp_connection *evcon; in http_basic_cb() local
1065 struct evhttp_connection *evcon = NULL; in http_connection_test_() local
1191 struct evhttp_connection *evcon = NULL; in http_connection_async_test() local
1285 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() local
1391 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons() local
1406 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog() local
1455 struct evhttp_connection *evcon = NULL; in http_cancel_test() local
1666 struct evhttp_connection *evcon = NULL; in http_virtual_host_test() local
1921 struct evhttp_connection *evcon = NULL; in http_dispatcher_test() local
1970 struct evhttp_connection *evcon = NULL; in http_post_test() local
[all …]
H A Dregress_rpc.c189 struct evhttp_connection *evcon = NULL; in rpc_basic_test() local
258 struct evhttp_connection *evcon = NULL; in rpc_basic_message() local
310 struct evhttp_connection *evcon; in rpc_pool_with_connection() local
888 struct evhttp_connection *evcon = NULL; in rpc_invalid_type() local
/freebsd/contrib/libevent/test/
H A Dregress_http.c320 struct evhttp_connection *evcon; in http_basic_cb() local
1065 struct evhttp_connection *evcon = NULL; in http_connection_test_() local
1191 struct evhttp_connection *evcon = NULL; in http_connection_async_test() local
1285 struct evhttp_connection *evcon = NULL; in http_autofree_connection_test() local
1391 struct evhttp_connection *evcon, **orig = evcons; in http_free_evcons() local
1406 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog() local
1455 struct evhttp_connection *evcon = NULL; in http_cancel_test() local
1666 struct evhttp_connection *evcon = NULL; in http_virtual_host_test() local
1921 struct evhttp_connection *evcon = NULL; in http_dispatcher_test() local
1970 struct evhttp_connection *evcon = NULL; in http_post_test() local
[all …]
H A Dregress_rpc.c189 struct evhttp_connection *evcon = NULL; in rpc_basic_test() local
258 struct evhttp_connection *evcon = NULL; in rpc_basic_message() local
310 struct evhttp_connection *evcon; in rpc_pool_with_connection() local
888 struct evhttp_connection *evcon = NULL; in rpc_invalid_type() local
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h68 struct evhttp_connection *evcon; member
/freebsd/contrib/libevent/include/event2/
H A Dhttp_struct.h68 struct evhttp_connection *evcon; member