Searched refs:CONFIG_MQTT_TOPIC_MAXLEN (Results 1 – 3 of 3) sorted by relevance
365 #define CONFIG_MQTT_TOPIC_MAXLEN (128) macro367 #define CONFIG_MQTT_TOPIC_MAXLEN (128) macro
2043 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTSubscribe()2048 memset((char *)handler->topic_filter, 0, CONFIG_MQTT_TOPIC_MAXLEN); in MQTTSubscribe()2062 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTSubscribe()2080 if (MQTT_ZIP_PATH_DEFAULT_LEN >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTSubscribe()2328 char topicString[CONFIG_MQTT_TOPIC_MAXLEN]; in iotx_mc_check_topic()2333 if (strlen(topicName) > CONFIG_MQTT_TOPIC_MAXLEN) { in iotx_mc_check_topic()2338 memset(topicString, 0x0, CONFIG_MQTT_TOPIC_MAXLEN); in iotx_mc_check_topic()2339 strncpy(topicString, topicName, CONFIG_MQTT_TOPIC_MAXLEN - 1); in iotx_mc_check_topic()2423 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTUnsubscribe()2440 if (strlen(topicFilter) >= CONFIG_MQTT_TOPIC_MAXLEN) { in MQTTUnsubscribe()[all …]
71 const char topic_filter[CONFIG_MQTT_TOPIC_MAXLEN];
Completed in 13 milliseconds