Searched refs:MAX_LENGTH_SIZE (Results 1 – 4 of 4) sorted by relevance
479 if (AsciiStrLen(PacketData) - AsciiStrLen(AddressBuffer) - 2 >= MAX_LENGTH_SIZE) { in ReadFromMemory()506 CHAR8 LengthBuffer[MAX_LENGTH_SIZE]; // the buffer that will hold the Length in hex chars in WriteToMemory()541 if (AsciiStrLen(LengthBuffer) >= MAX_LENGTH_SIZE) { in WriteToMemory()
47 #define MAX_LENGTH_SIZE 32 macro
639 if (AsciiStrLen (PacketData) - AsciiStrLen (AddressBuffer) - 2 >= MAX_LENGTH_SIZE) { in ReadFromMemory()667 CHAR8 LengthBuffer[MAX_LENGTH_SIZE]; // the buffer that will hold the Length in hex chars in WriteToMemory()703 if (AsciiStrLen (LengthBuffer) >= MAX_LENGTH_SIZE) { in WriteToMemory()
50 #define MAX_LENGTH_SIZE 32 macro