Home
last modified time | relevance | path

Searched refs:allocateMqttFixedBuffer (Results 1 – 2 of 2) sorted by relevance

/CoreMQTT-Agent-v1.1.0/test/cbmc/include/
Dmqtt_agent_cbmc_state.h41 MQTTFixedBuffer_t * allocateMqttFixedBuffer( MQTTFixedBuffer_t * pFixedBuffer );
/CoreMQTT-Agent-v1.1.0/test/cbmc/sources/
Dmqtt_agent_cbmc_state.c44 MQTTFixedBuffer_t * allocateMqttFixedBuffer( MQTTFixedBuffer_t * pFixedBuffer ) in allocateMqttFixedBuffer() function
96 pNetworkBuffer = allocateMqttFixedBuffer( NULL ); in allocateMqttAgentContext()