Home
last modified time | relevance | path

Searched refs:topicNameLength (Results 1 – 4 of 4) sorted by relevance

/CoreMQTT-Agent-v1.1.0/test/cbmc/stubs/
Dcore_mqtt_stubs.c91 uint16_t topicNameLength; in MQTT_ProcessLoop() local
133 __CPROVER_assume( topicNameLength < maxTopicNameLength ); in MQTT_ProcessLoop()
134 pPublishInfo->pTopicName = malloc( topicNameLength ); in MQTT_ProcessLoop()
136 pPublishInfo->topicNameLength = topicNameLength; in MQTT_ProcessLoop()
/CoreMQTT-Agent-v1.1.0/source/
Dcore_mqtt_agent_command_functions.c76 …LogInfo( ( "Publishing message to %.*s.\n", ( int ) pPublishInfo->topicNameLength, pPublishInfo->p… in MQTTAgentCommand_Publish()
Dcore_mqtt_agent.c457 uxHeaderBytes += pPublishInfo->topicNameLength; in createCommand()
/CoreMQTT-Agent-v1.1.0/test/unit-test/
Dmqtt_agent_utest.c904 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()