Home
last modified time | relevance | path

Searched refs:s_aws_http_connection_close_mock (Results 1 – 6 of 6) sorted by relevance

/dports/security/aws-c-auth/aws-c-auth-0.6.5/tests/
H A Dcredentials_provider_x509_tests.c180 static void s_aws_http_connection_close_mock(struct aws_http_connection *connection) { in s_aws_http_connection_close_mock() function
193 .aws_http_connection_close = s_aws_http_connection_close_mock};
H A Dcredentials_provider_ecs_tests.c178 static void s_aws_http_connection_close_mock(struct aws_http_connection *connection) { in s_aws_http_connection_close_mock() function
191 .aws_http_connection_close = s_aws_http_connection_close_mock};
H A Dcredentials_provider_sts_web_identity_tests.c197 static void s_aws_http_connection_close_mock(struct aws_http_connection *connection) { in s_aws_http_connection_close_mock() function
216 .aws_http_connection_close = s_aws_http_connection_close_mock};
H A Dcredentials_provider_sts_tests.c208 static void s_aws_http_connection_close_mock(struct aws_http_connection *connection) { in s_aws_http_connection_close_mock() function
221 .aws_http_connection_close = s_aws_http_connection_close_mock};
H A Dcredentials_provider_imds_tests.c232 static void s_aws_http_connection_close_mock(struct aws_http_connection *connection) { in s_aws_http_connection_close_mock() function
246 .aws_http_connection_close = s_aws_http_connection_close_mock};
H A Daws_imds_client_test.c218 static void s_aws_http_connection_close_mock(struct aws_http_connection *connection) { in s_aws_http_connection_close_mock() function
232 .aws_http_connection_close = s_aws_http_connection_close_mock};