Searched refs:len32 (Results 1 – 1 of 1) sorted by relevance
356 uint32_t len32 = static_cast<uint32_t>(len); in WriteBytes() local360 result = CompressBytes(¤t_file_entry_, data, len32); in WriteBytes()362 result = StoreBytes(¤t_file_entry_, data, len32); in WriteBytes()370 crc32(current_file_entry_.crc32, reinterpret_cast<const Bytef*>(data), len32)); in WriteBytes()371 current_file_entry_.uncompressed_size += len32; in WriteBytes()