Searched refs:topicNameLength (Results 1 – 4 of 4) sorted by relevance
91 uint16_t topicNameLength; in MQTT_ProcessLoop() local133 __CPROVER_assume( topicNameLength < maxTopicNameLength ); in MQTT_ProcessLoop()134 pPublishInfo->pTopicName = malloc( topicNameLength ); in MQTT_ProcessLoop()136 pPublishInfo->topicNameLength = topicNameLength; in MQTT_ProcessLoop()
76 …LogInfo( ( "Publishing message to %.*s.\n", ( int ) pPublishInfo->topicNameLength, pPublishInfo->p… in MQTTAgentCommand_Publish()
457 uxHeaderBytes += pPublishInfo->topicNameLength; in createCommand()
904 publishInfo.topicNameLength = 4; in test_MQTTAgent_Publish_Invalid_Parameters()947 publishInfo.topicNameLength = 4; in test_MQTTAgent_Publish_No_Ack_Space()985 publishInfo.topicNameLength = 4; in test_MQTTAgent_Publish_success()