Searched refs:pMsgInterface (Results 1 – 3 of 3) sorted by relevance
29 MQTTAgentMessageInterface_t * pMsgInterface; in harness() local37 pMsgInterface = malloc( sizeof( MQTTAgentMessageInterface_t ) ); in harness()42 pMsgInterface, in harness()
947 const MQTTAgentMessageInterface_t * pMsgInterface, in MQTTAgent_Init() argument957 ( pMsgInterface == NULL ) || in MQTTAgent_Init()964 else if( ( pMsgInterface->pMsgCtx == NULL ) || in MQTTAgent_Init()965 ( pMsgInterface->send == NULL ) || in MQTTAgent_Init()966 ( pMsgInterface->recv == NULL ) || in MQTTAgent_Init()967 ( pMsgInterface->getCommand == NULL ) || in MQTTAgent_Init()968 ( pMsgInterface->releaseCommand == NULL ) ) in MQTTAgent_Init()987 pMqttAgentContext->agentInterface = *pMsgInterface; in MQTTAgent_Init()
320 const MQTTAgentMessageInterface_t * pMsgInterface,