Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c199 UINT byte_count = 0; in _nxd_mqtt_read_remaining_length() local
211 if (byte_count >= bytes_copied) in _nxd_mqtt_read_remaining_length()
213 if (byte_count == 4) in _nxd_mqtt_read_remaining_length()
224 value += (((bytes[byte_count]) & 0x7F) * multiplier); in _nxd_mqtt_read_remaining_length()
226 } while ((bytes[byte_count++]) & 0x80); in _nxd_mqtt_read_remaining_length()
228 if ((1 + byte_count + value) > packet_ptr -> nx_packet_length) in _nxd_mqtt_read_remaining_length()
237 *offset_ptr = (1 + byte_count); in _nxd_mqtt_read_remaining_length()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c1381 UINT byte_count = 0; in nx_azure_iot_hub_client_process_publish_packet() local
1389 if (byte_count >= 4) in nx_azure_iot_hub_client_process_publish_packet()
1398 byte_count++; in nx_azure_iot_hub_client_process_publish_packet()