Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/mqtt/
A Dmqtt.c486 u16_t total_len = 1 + r_length; in mqtt_output_check_space() local
492 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() local
1042 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() local
1116 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 …]
/components/net/lwip/lwip-2.1.2/src/apps/mqtt/
A Dmqtt.c517 u16_t total_len = 1 + r_length; in mqtt_output_check_space() local
523 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() local
1115 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() local
1190 total_len = topic_len + 2 + 2 + (sub != 0); in mqtt_sub_unsub()
[all …]
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_rndis.c497 uint32_t total_len = g_rndis_rx_length; local
522 …total:%u\r\n", (unsigned int)pmg_offset, (unsigned int)g_rndis_rx_length, (unsigned int)total_len);

Completed in 9 milliseconds