Home
last modified time | relevance | path

Searched refs:aws_byte_buf_eq (Results 1 – 12 of 12) sorted by relevance

/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dbyte_buf_test.c158 ASSERT_TRUE(aws_byte_buf_eq(&b1, &b1_equal)); in AWS_TEST_CASE()
159 ASSERT_TRUE(aws_byte_buf_eq(&b1, &b1)); in AWS_TEST_CASE()
161 ASSERT_FALSE(aws_byte_buf_eq(&b1, &b2)); in AWS_TEST_CASE()
174 ASSERT_FALSE(aws_byte_buf_eq(&b1, &b2)); in AWS_TEST_CASE()
187 ASSERT_TRUE(aws_byte_buf_eq(&b1, &b2)); in AWS_TEST_CASE()
188 ASSERT_TRUE(aws_byte_buf_eq(&b2, &b1)); in AWS_TEST_CASE()
191 ASSERT_FALSE(aws_byte_buf_eq(&b1, &b3)); in AWS_TEST_CASE()
203 ASSERT_TRUE(aws_byte_buf_eq(&src, &dest)); in AWS_TEST_CASE()
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_byte_buf_eq/
H A DMakefile11 PROOF_UID = aws_byte_buf_eq
H A Daws_byte_buf_eq_harness.c35 if (aws_byte_buf_eq(&lhs, &rhs)) { in aws_byte_buf_eq_harness()
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dbyte_buf.h202 bool aws_byte_buf_eq(const struct aws_byte_buf *const a, const struct aws_byte_buf *const b);
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_websocket_encoder.c332 ASSERT_TRUE(aws_byte_buf_eq(&tester.out_buf, &expected_output)); in ENCODER_TEST_CASE()
H A Dtest_websocket_bootstrap.c633 ASSERT_FALSE(aws_byte_buf_eq(key, existing)); in TEST_CASE()
H A Dtest_h2_client.c3560 ASSERT_TRUE(aws_byte_buf_eq(&stream_tester.response_body, &expected_body)); in TEST_CASE()
3705 ASSERT_TRUE(aws_byte_buf_eq(&stream_tester.response_body, &expected_body)); in TEST_CASE()
/dports/devel/aws-c-s3/aws-c-s3-0.1.27/tests/
H A Ds3_request_messages_tests.c396 ASSERT_TRUE(aws_byte_buf_eq(expected_stream_contents, &stream_read_buffer)); in s_test_http_message_body_stream()
H A Ds3_data_plane_tests.c3173 ASSERT_TRUE(aws_byte_buf_eq(&range_get_buffer, &verify_range_get_buffer)); in AWS_TEST_CASE()
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Dpipe_test.c210 ASSERT_TRUE(aws_byte_buf_eq(&state->buffers.src, &state->buffers.dst)); in s_pipe_state_check_copied_data()
/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Daws_imds_client.c856 if (aws_byte_buf_eq(&user_data->imds_token, &client->cached_token)) { in s_invalidate_cached_token_safely()
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dbyte_buf.c103 bool aws_byte_buf_eq(const struct aws_byte_buf *const a, const struct aws_byte_buf *const b) { in aws_byte_buf_eq() function