Searched refs:uncompressed_size (Results 1 – 3 of 3) sorted by relevance
160 ContentBuffer.resize(finfo.uncompressed_size); in GetUncompressedContent()167 rc = unzReadCurrentFile(m_uzFile, &ContentBuffer[0], finfo.uncompressed_size); in GetUncompressedContent()
129 uLong uncompressed_size; /* uncompressed size 4 bytes */ member
657 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.uncompressed_size) != UNZ_OK)1041 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.uncompressed_size) &&1172 s->cur_file_info.uncompressed_size ;
Completed in 20 milliseconds