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