Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_json_writer.c21 NX_PACKET *tail_packet_ptr; in nx_azure_iot_json_wirter_packet_allocator_cb() local
39 tail_packet_ptr = packet_ptr -> nx_packet_last; in nx_azure_iot_json_wirter_packet_allocator_cb()
43 tail_packet_ptr = packet_ptr; in nx_azure_iot_json_wirter_packet_allocator_cb()
46 NX_ASSERT((tail_packet_ptr -> nx_packet_data_start + writer_ptr -> nx_tail_packet_offset + in nx_azure_iot_json_wirter_packet_allocator_cb()
48 tail_packet_ptr -> nx_packet_data_end); in nx_azure_iot_json_wirter_packet_allocator_cb()
51 tail_packet_ptr -> nx_packet_append_ptr = in nx_azure_iot_json_wirter_packet_allocator_cb()
52 tail_packet_ptr -> nx_packet_data_start + writer_ptr -> nx_tail_packet_offset + in nx_azure_iot_json_wirter_packet_allocator_cb()
54 tail_packet_ptr -> nx_packet_next = new_paket_ptr; in nx_azure_iot_json_wirter_packet_allocator_cb()
71 NX_PACKET *tail_packet_ptr; in nx_azure_iot_json_writer_packet_update() local
82 tail_packet_ptr = json_writer_ptr -> packet_ptr -> nx_packet_last; in nx_azure_iot_json_writer_packet_update()
[all …]