Searched refs:CompressedDataSize (Results 1 – 1 of 1) sorted by relevance
1569 UINTN CompressedDataSize; in ReadMemoryAndSendResponsePacket() local1614 &CompressedDataSize, in ReadMemoryAndSendResponsePacket()1618 CompressedDataSize = CurrentDataSize; in ReadMemoryAndSendResponsePacket()1620 if (CompressedDataSize < CurrentDataSize) { in ReadMemoryAndSendResponsePacket()1621 DebugHeader->Length = (UINT8) CompressedDataSize + sizeof (DEBUG_PACKET_HEADER); in ReadMemoryAndSendResponsePacket()