Searched refs:byte_count (Results 1 – 2 of 2) sorted by relevance
199 UINT byte_count = 0; in _nxd_mqtt_read_remaining_length() local211 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()
1381 UINT byte_count = 0; in nx_azure_iot_hub_client_process_publish_packet() local1389 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()