Home
last modified time | relevance | path

Searched refs:aws_channel_slot_set_handler (Results 1 – 24 of 24) sorted by relevance

/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Dalpn_handler_test.c157 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, handler)); in s_test_alpn_successfully_negotiates()
231 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, handler)); in AWS_TEST_CASE()
323 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, handler)); in s_test_alpn_error_creating_handler()
H A Dsocket_handler_test.c119 aws_channel_slot_set_handler(rw_slot, setup_test_args->rw_handler); in s_socket_handler_test_client_setup_callback()
141 aws_channel_slot_set_handler(rw_slot, setup_test_args->rw_handler); in s_socket_handler_test_server_setup_callback()
H A Dtls_handler_test.c209 aws_channel_slot_set_handler(rw_slot, setup_test_args->rw_handler); in s_aws_check_for_user_handler_setup()
1685 aws_channel_slot_set_handler(dummy_slot, dummy_handler); in s_on_setup_completed()
H A Dchannel_test.c277 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, handler)); in s_test_channel_refcount()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Dchannel_bootstrap.c306 if (aws_channel_slot_set_handler(tls_slot, tls_handler) != AWS_OP_SUCCESS) { in s_setup_client_tls()
337 if (aws_channel_slot_set_handler(alpn_slot, alpn_handler) != AWS_OP_SUCCESS) { in s_setup_client_tls()
389 if (aws_channel_slot_set_handler(socket_slot, socket_channel_handler)) { in s_on_client_channel_on_setup_completed()
1051 if (aws_channel_slot_set_handler(tls_slot, tls_handler)) { in s_setup_server_tls()
1083 if (aws_channel_slot_set_handler(alpn_slot, alpn_handler)) { in s_setup_server_tls()
1160 if (aws_channel_slot_set_handler(socket_slot, socket_channel_handler)) { in s_on_server_channel_on_setup_completed()
H A Dalpn_handler.c43 aws_channel_slot_set_handler(new_slot, new_handler); in s_alpn_process_read_message()
H A Dtls_channel_handler.c579 if (aws_channel_slot_set_handler(tls_slot, tls_handler) != AWS_OP_SUCCESS) { in aws_channel_setup_client_tls()
H A Dchannel.c641 int aws_channel_slot_set_handler(struct aws_channel_slot *slot, struct aws_channel_handler *handler… in aws_channel_slot_set_handler() function
/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/io/
H A Dchannel.h327 int aws_channel_slot_set_handler(struct aws_channel_slot *slot, struct aws_channel_handler *handler…
/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/testing/
H A Dio_testing_channel.h416 ASSERT_SUCCESS(aws_channel_slot_set_handler(testing->left_handler_slot, handler)); in testing_channel_init()
449 ASSERT_SUCCESS(aws_channel_slot_set_handler(testing->right_handler_slot, handler)); in testing_channel_install_downstream_handler()
/dports/devel/aws-c-event-stream/aws-c-event-stream-0.2.7/tests/
H A Dchannel_handler_test.c48 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, test_data->handler)); in s_fixture_setup()
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dproxy_test_helper.c324 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &connection->channel_handler)); in proxy_tester_create_testing_channel_connection()
H A Dtest_h1_server.c199 … ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &s_tester.server_connection->channel_handler)); in s_tester_init()
1484 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &tester->server_connection->channel_handler)); in s_error_tester_init()
H A Dtest_proxy.c130 if (aws_channel_slot_set_handler(tls_slot, tls_handler) != AWS_OP_SUCCESS) { in s_test_proxy_setup_client_tls()
H A Dtest_connection_monitor.c120 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &connection->channel_handler)); in s_init_monitor_test()
H A Dtest_h2_client.c116 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &s_tester.connection->channel_handler)); in s_tester_init()
2453 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &s_tester.connection->channel_handler)); in s_manual_window_management_tester_init()
3928 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &s_tester.connection->channel_handler)); in TEST_CASE()
H A Dtest_h1_client.c127 ASSERT_SUCCESS(aws_channel_slot_set_handler(slot, &tester->connection->channel_handler)); in s_tester_init_ex()
/dports/devel/aws-c-event-stream/aws-c-event-stream-0.2.7/source/
H A Devent_stream_rpc_client.c100 if (aws_channel_slot_set_handler(slot, event_stream_handler)) { in s_create_connection_on_channel()
H A Devent_stream_rpc_server.c166 if (aws_channel_slot_set_handler(slot, event_stream_handler)) { in s_create_connection_on_channel()
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dconnection.c221 if (aws_channel_slot_set_handler(connection_slot, &connection->channel_handler)) { in aws_http_connection_new_channel_handler()
H A Dwebsocket.c317 err = aws_channel_slot_set_handler(slot, &websocket->channel_handler); in aws_websocket_handler_new()
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/source/
H A Dclient.c482 if (aws_channel_slot_set_handler(connection->slot, &connection->handler)) { in s_mqtt_client_init()
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/tests/
H A Dconnection_state_test.c109 aws_channel_slot_set_handler(test_handler_slot, state_test_data->mock_server); in s_on_incoming_channel_setup_fn()
/dports/devel/aws-c-io/aws-c-io-0.10.12/
H A DREADME.md503 …int aws_channel_slot_set_handler ( struct aws_channel_slot *, struct aws_channel_handler *handler …