Searched refs:remainingLength (Results 1 – 1 of 1) sorted by relevance
89 size_t remainingLength; in MQTT_ProcessLoop() local113 __CPROVER_assume( remainingLength < maxRemainingLength ); in MQTT_ProcessLoop()118 __CPROVER_assume( remainingLength > subAckMinRemainingLength ); in MQTT_ProcessLoop()121 pPacketInfo->pRemainingData = malloc( remainingLength ); in MQTT_ProcessLoop()123 pPacketInfo->remainingLength = remainingLength; in MQTT_ProcessLoop()