Home
last modified time | relevance | path

Searched refs:topic_strlen (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c1101 size_t topic_strlen; in mqtt_publish() local
1111 topic_strlen = strlen(topic); in mqtt_publish()
1112 LWIP_ERROR("mqtt_publish: topic length overflow", (topic_strlen <= (0xFFFF - 2)), return ERR_ARG); in mqtt_publish()
1113 topic_len = (u16_t)topic_strlen; in mqtt_publish()
1174 size_t topic_strlen; in mqtt_sub_unsub() local
1185 topic_strlen = strlen(topic); in mqtt_sub_unsub()
1186 LWIP_ERROR("mqtt_sub_unsub: topic length overflow", (topic_strlen <= (0xFFFF - 2)), return ERR_ARG); in mqtt_sub_unsub()
1187 topic_len = (u16_t)topic_strlen; in mqtt_sub_unsub()

Completed in 3 milliseconds