Home
last modified time | relevance | path

Searched refs:aws_byte_cursor_eq_byte_buf (Results 1 – 10 of 10) sorted by relevance

/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/tests/
H A Dconnection_state_test.c908 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&topic_1, &publish_msg->topic)); in s_test_mqtt_connection_any_publish_fn()
909 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&payload_1, &publish_msg->payload)); in s_test_mqtt_connection_any_publish_fn()
911 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&topic_2, &publish_msg->topic)); in s_test_mqtt_connection_any_publish_fn()
912 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&payload_2, &publish_msg->payload)); in s_test_mqtt_connection_any_publish_fn()
1049 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&sub_topic, &publish_msg->topic)); in s_test_mqtt_subscribe_fn()
1050 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&payload_1, &publish_msg->payload)); in s_test_mqtt_subscribe_fn()
1055 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&sub_topic, &publish_msg->topic)); in s_test_mqtt_subscribe_fn()
1056 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&payload_2, &publish_msg->payload)); in s_test_mqtt_subscribe_fn()
1064 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&sub_topic, &publish_msg->topic)); in s_test_mqtt_subscribe_fn()
1065 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&payload_1, &publish_msg->payload)); in s_test_mqtt_subscribe_fn()
[all …]
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_byte_cursor_eq_byte_buf/
H A DMakefile11 PROOF_UID = aws_byte_cursor_eq_byte_buf
H A Daws_byte_cursor_eq_byte_buf_harness.c31 if (aws_byte_cursor_eq_byte_buf(&cur, &buf)) { in aws_byte_cursor_eq_byte_buf_harness()
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Dpem_utils_test.c17 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&expected_clean_pem, &pem_buf)); in s_check_clean_pem_result()
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dbyte_buf.h478 bool aws_byte_cursor_eq_byte_buf(const struct aws_byte_cursor *const a, const struct aws_byte_buf *…
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_websocket_handler.c385 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&pushed->payload, &received->payload)); in s_readpush_check()
458 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&expected_i, &frame_i->payload)); in s_writepush_check()
640 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&send->payload, &written->payload)); in s_check_written_message()
H A Dtest_websocket_decoder.c234 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&expected_cursor, &tester.payload)); in DECODER_TEST_CASE()
H A Dtest_h1_server.c951 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&compare_cur, &msg->message_data)); in s_check_multiple_messages()
H A Dtest_h2_decoder.c325 ASSERT_TRUE(aws_byte_cursor_eq_byte_buf(&expected_cursor, &frame->data)); in H2_DECODER_ON_CLIENT_TEST()
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dbyte_buf.c525 bool aws_byte_cursor_eq_byte_buf(const struct aws_byte_cursor *const a, const struct aws_byte_buf *… in aws_byte_cursor_eq_byte_buf() function