Searched refs:total_len (Results 1 – 3 of 3) sorted by relevance
486 u16_t total_len = 1 + r_length; in mqtt_output_check_space() local492 total_len++; in mqtt_output_check_space()496 return (total_len <= mqtt_ringbuf_free(rb)); in mqtt_output_check_space()1031 size_t total_len; in mqtt_publish() local1042 total_len = 2 + topic_len + payload_length; in mqtt_publish()1043 LWIP_ERROR("mqtt_publish: total length overflow", (total_len <= 0xFFFF), return ERR_ARG); in mqtt_publish()1044 remaining_length = (u16_t)total_len; in mqtt_publish()1103 size_t total_len; in mqtt_sub_unsub() local1116 total_len = topic_len + 2 + 2 + (sub != 0); in mqtt_sub_unsub()1117 LWIP_ERROR("mqtt_sub_unsub: total length overflow", (total_len <= 0xFFFF), return ERR_ARG); in mqtt_sub_unsub()[all …]
517 u16_t total_len = 1 + r_length; in mqtt_output_check_space() local523 total_len++; in mqtt_output_check_space()527 return (total_len <= mqtt_ringbuf_free(rb)); in mqtt_output_check_space()1103 size_t total_len; in mqtt_publish() local1115 total_len = 2 + topic_len + payload_length; in mqtt_publish()1118 total_len += 2; in mqtt_publish()1125 LWIP_ERROR("mqtt_publish: total length overflow", (total_len <= 0xFFFF), return ERR_ARG); in mqtt_publish()1126 remaining_length = (u16_t)total_len; in mqtt_publish()1176 size_t total_len; in mqtt_sub_unsub() local1190 total_len = topic_len + 2 + 2 + (sub != 0); in mqtt_sub_unsub()[all …]
497 uint32_t total_len = g_rndis_rx_length; local522 …total:%u\r\n", (unsigned int)pmg_offset, (unsigned int)g_rndis_rx_length, (unsigned int)total_len);
Completed in 9 milliseconds