Searched refs:SEQ_SIZE (Results 1 – 4 of 4) sorted by relevance
69 SEQ_SIZE + MAX_DOMAIN_LEN + MAX_EVENT_NAME_LEN + expandSize; in ReadRawData()111 if (!rawData->Append(reinterpret_cast<uint8_t*>(&contentHeader) + SEQ_SIZE, in AppendContentData()112 sizeof(EventStore::ContentHeader) - SEQ_SIZE)) { in AppendContentData()
340 int64_t timestamp = *(reinterpret_cast<int64_t*>(content + BLOCK_SIZE + SEQ_SIZE)); in CheckEventInfo()
36 #define SEQ_SIZE sizeof(int64_t) macro
139 contentSize = dataSize - RAW_DATA_OFFSET + BLOCK_SIZE + SEQ_SIZE + CRC_SIZE; in GetContentSize()