Lines Matching refs:size
53 Oct-2009 - Mathias Svensson - Fixed problem if uncompressed size was > 4G and compressed size was <4G
54 should only read the compressed/uncompressed size from the Zip64 format if
55 the size from normal header was 0xFFFFFFFF
110 # define ALLOC(size) (malloc(size))
142 uInt size_local_extrafield;/* size of the local extra field */
172 ZPOS64_T size_central_dir; /* size of the central directory */
336 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
398 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
553 /* size of zip64 end of central directory record */
586 /* size of the central directory */
636 /* size of the central directory */
777 /* size of zip64 end of central directory record */
816 /* size of the central directory */
872 /* size of the central directory */
1581 store in *piSizeVar the size of extra info in local header
1582 (filename and size of extra field data)
1639 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size compr */
1644 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size uncompr */
1678 uInt size_local_extrafield; /* size of the local extra field */
1797 * size of both compressed and uncompressed data
1873 len the size of buf.
2144 if buf==NULL, it return the size of the local extra field that can be read
2146 if buf!=NULL, len is the size of the buffer, the extra header is copied in
2241 uSizeBuf is the size of the szComment buffer.