Searched refs:RecordContentLength (Results 1 – 2 of 2) sorted by relevance
96 char Buffer[GOFF::RecordContentLength];102 size_t Bytes = RemainingSize % GOFF::RecordContentLength; in bytesToNextPhysicalRecord()103 return Bytes ? Bytes : GOFF::RecordContentLength; in bytesToNextPhysicalRecord()162 Gap = (RemainingSize % GOFF::RecordContentLength); in newRecord()164 Gap = GOFF::RecordContentLength - Gap; in newRecord()197 if (!(RemainingSize % GOFF::RecordContentLength)) { in write_impl()
31 constexpr uint8_t RecordContentLength = RecordLength - RecordPrefixLength; variable