Searched refs:contentPos (Results 1 – 1 of 1) sorted by relevance
116 size_t contentPos = BLOCK_SIZE + GetContentHeaderSize(); in AppendContentData() local117 if (!rawData->Append(content + contentPos, contentSize - contentPos - CRC_SIZE)) { in AppendContentData()