Searched refs:pCommandToRelease (Results 1 – 6 of 6) sorted by relevance
39 bool Agent_ReleaseCommand( MQTTAgentCommand_t * pCommandToRelease ) in Agent_ReleaseCommand() argument41 return ( pCommandToRelease != NULL ) ? true : false; in Agent_ReleaseCommand()
59 bool Agent_ReleaseCommand( MQTTAgentCommand_t * pCommandToRelease );
123 typedef bool ( * MQTTAgentCommandRelease_t )( MQTTAgentCommand_t * pCommandToRelease );
127 static bool stubReleaseCommand( MQTTAgentCommand_t * pCommandToRelease ) in stubReleaseCommand() argument129 ( void ) pCommandToRelease; in stubReleaseCommand()
212 static bool stubReleaseCommand( MQTTAgentCommand_t * pCommandToRelease ) in stubReleaseCommand() argument214 ( void ) pCommandToRelease; in stubReleaseCommand()
293 bool myReleaseCommandImplementation( MQTTAgentCommand_t * pCommandToRelease )295 free( pCommandToRelease );