Home
last modified time | relevance | path

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

/CoreMQTT-Agent-v1.1.0/test/cbmc/stubs/
Dagent_message_stubs.c55 __CPROVER_assume( command->commandType >= NONE && command->commandType < NUM_COMMANDS ); in allocateCommand()
/CoreMQTT-Agent-v1.1.0/source/include/
Dcore_mqtt_agent.h92 NUM_COMMANDS /**< @brief The number of command types handled by the agent. */ enumerator
/CoreMQTT-Agent-v1.1.0/source/
Dcore_mqtt_agent.c535 const MQTTAgentCommandFunc_t pCommandFunctionTable[ NUM_COMMANDS ] = MQTT_AGENT_FUNCTION_TABLE; in processCommand()
548 assert( pCommand->commandType < NUM_COMMANDS ); in processCommand()