Home
last modified time | relevance | path

Searched refs:start_ptr (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_json_writer_unit_test.c301 UCHAR *start_ptr; in test_nx_azure_iot_json_writer_with_nx_packet_success() local
326 start_ptr = g_scratch_buffer + 1; in test_nx_azure_iot_json_writer_with_nx_packet_success()
329 assert_memory_equal(start_ptr, in test_nx_azure_iot_json_writer_with_nx_packet_success()
331 start_ptr += sizeof(test_sample_json); in test_nx_azure_iot_json_writer_with_nx_packet_success()
383 UCHAR *start_ptr; in test_nx_azure_iot_json_writer_with_nx_packet_offset_success() local
416 start_ptr = g_scratch_buffer + 1; in test_nx_azure_iot_json_writer_with_nx_packet_offset_success()
419 assert_memory_equal(start_ptr, in test_nx_azure_iot_json_writer_with_nx_packet_offset_success()
421 start_ptr += sizeof(test_sample_json); in test_nx_azure_iot_json_writer_with_nx_packet_offset_success()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c55 static UINT nx_azure_iot_hub_client_process_publish_packet(UCHAR *start_ptr,
1376 static UINT nx_azure_iot_hub_client_process_publish_packet(UCHAR *start_ptr, in nx_azure_iot_hub_client_process_publish_packet() argument
1380 UCHAR *byte = start_ptr; in nx_azure_iot_hub_client_process_publish_packet()
1415 *topic_offset_ptr = (ULONG)((byte + 2) - start_ptr); in nx_azure_iot_hub_client_process_publish_packet()