Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
32 /* Decryption code comes from crypt.c by Info-ZIP but has been greatly reduced in terms of
40 (the contents of which are also included in zip.h) for terms of use.
47 The encryption/decryption parts of this source code (as opposed to the
50 (Prior to January 2000, re-export from the US was a violation of US law.)
54 This encryption code is a direct transcription of the algorithm from
120 uLong offset_curfile;/* relative offset of local header 4 bytes */
134 uLong offset_local_extrafield;/* offset of the local extra field */
135 uInt size_local_extrafield;/* size of the local extra field */
138 uLong crc32; /* crc32 of all data uncompressed */
140 uLong rest_read_compressed; /* number of byte to be decompressed */
141 uLong rest_read_uncompressed;/*number of byte to be obtained after decomp*/
143 voidpf filestream; /* io structore of the zipfile */
155 voidpf filestream; /* io structore of the zipfile */
158 uLong num_file; /* number of the current file in the zipfile*/
159 uLong pos_in_central_dir; /* pos of the current file in the central dir*/
160 uLong current_file_ok; /* flag about the usability of the current file*/
161 uLong central_pos; /* position of the beginning of the central dir*/
163 uLong size_central_dir; /* size of the central directory */
164 uLong offset_central_dir; /* offset of start of central directory with
178 for end of file.
318 If iCaseSenisivity = 0, case sensitivity is defaut of your operating system
341 Locate the Central directory of a zipfile (at the end, just before
355 uLong uMaxBack=0xffff; /* maximum size of global comment */
412 of this unzip package.
422 uLong number_disk; /* number of the current dist, used for
426 uLong number_entry_CD; /* total number of entries in
459 /* number of this disk */
463 /* number of the disk with the start of the central directory */
467 /* total number of entries in the central dir on this disk */
471 /* total number of entries in the central dir */
480 /* size of the central directory */
484 /* offset of start of central directory with respect to the
547 No preparation of the structure is needed
761 No preparation of the structure is needed
785 Set the current file of the zipfile to the first file.
806 Set the current file of the zipfile to the next file.
894 /* We failed, so restore the state of the 'current file' to where we
919 uLong num_of_file; // # of file
971 Read the local header of the current zipfile
972 Check the coherency of the local header and info in the end of central
974 store in *piSizeVar the size of extra info in local header
975 (filename and size of extra field data)
1079 uLong offset_local_extrafield; /* offset of the local extra field */
1080 uInt size_local_extrafield; /* size of the local extra field */
1166 * size of both compressed and uncompressed data
1211 len the size of buf.
1213 return the number of byte copied if somes bytes are copied
1214 return 0 if the end of file was reached
1387 return 1 if the end of file was reached, 0 elsewhere
1412 This is the local-header version of the extra field (sometimes, there is
1415 if buf==NULL, it return the size of the local extra field that can be read
1417 if buf!=NULL, len is the size of the buffer, the extra header is copied in
1419 the return value is the number of bytes copied in buf, or (if <0)
1512 Get the global comment string of the ZipFile, in the szComment buffer.
1513 uSizeBuf is the size of the szComment buffer.
1514 return the number of byte copied or an error code <0