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