Home
last modified time | relevance | path

Searched refs:aws_http_connection_manager_new (Results 1 – 17 of 17) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dconnection_manager.h105 struct aws_http_connection_manager *aws_http_connection_manager_new(
/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Dcredentials_provider_ecs.c43 .aws_http_connection_manager_new = aws_http_connection_manager_new,
566 …impl->connection_manager = impl->function_table->aws_http_connection_manager_new(allocator, &manag… in aws_credentials_provider_new_ecs()
H A Dcredentials_provider_x509.c42 .aws_http_connection_manager_new = aws_http_connection_manager_new,
599 …impl->connection_manager = impl->function_table->aws_http_connection_manager_new(allocator, &manag… in aws_credentials_provider_new_x509()
H A Dcredentials_provider_sts.c69 .aws_http_connection_manager_new = aws_http_connection_manager_new,
842 … impl->function_table->aws_http_connection_manager_new(allocator, &connection_manager_options); in aws_credentials_provider_new_sts()
H A Dcredentials_provider_sts_web_identity.c51 .aws_http_connection_manager_new = aws_http_connection_manager_new,
1155 …impl->connection_manager = impl->function_table->aws_http_connection_manager_new(allocator, &manag… in aws_credentials_provider_new_sts_web_identity()
H A Daws_imds_client.c69 .aws_http_connection_manager_new = aws_http_connection_manager_new,
176 …client->connection_manager = client->function_table->aws_http_connection_manager_new(allocator, &m… in aws_imds_client_new()
/dports/security/aws-c-auth/aws-c-auth-0.6.5/include/aws/auth/private/
H A Dcredentials_utils.h57 aws_http_connection_manager_new_fn *aws_http_connection_manager_new; member
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/http/
H A DHttpConnectionManager.cpp128 m_connectionManager = aws_http_connection_manager_new(allocator, &managerOptions); in HttpClientConnectionManager()
/dports/devel/aws-c-s3/aws-c-s3-0.1.27/source/
H A Ds3_endpoint.c175 aws_http_connection_manager_new(endpoint->allocator, &manager_options); in s_s3_endpoint_create_http_connection_manager()
/dports/security/aws-c-auth/aws-c-auth-0.6.5/tests/
H A Dcredentials_provider_x509_tests.c185 .aws_http_connection_manager_new = s_aws_http_connection_manager_new_mock,
H A Dcredentials_provider_ecs_tests.c183 .aws_http_connection_manager_new = s_aws_http_connection_manager_new_mock,
H A Dcredentials_provider_sts_web_identity_tests.c207 .aws_http_connection_manager_new = s_aws_http_connection_manager_new_mock,
H A Dcredentials_provider_sts_tests.c213 .aws_http_connection_manager_new = s_aws_http_connection_manager_new_mock,
H A Dcredentials_provider_imds_tests.c237 .aws_http_connection_manager_new = s_aws_http_connection_manager_new_mock,
H A Daws_imds_client_test.c223 .aws_http_connection_manager_new = s_aws_http_connection_manager_new_mock,
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dconnection_manager.c765 struct aws_http_connection_manager *aws_http_connection_manager_new( in aws_http_connection_manager_new() function
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_connection_manager.c211 tester->connection_manager = aws_http_connection_manager_new(tester->allocator, &cm_options); in s_cm_tester_init()