Lines Matching refs:zipfile
117 /* unz_file_info_interntal contain internal info about a file in zipfile*/
124 /* file_in_zip_read_info_s contain internal information about a file in zipfile,
131 uLong pos_in_zipfile; /* position in byte on the zipfile, for fseek*/
143 voidpf filestream; /* io structore of the zipfile */
145 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
150 /* unz_s contain internal information about the zipfile
155 voidpf filestream; /* io structore of the zipfile */
157 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
158 uLong num_file; /* number of the current file in the zipfile*/
341 Locate the Central directory of a zipfile (at the end, just before
409 If the zipfile cannot be opened (file doesn't exist or in not valid), the
489 /* zipfile comment length */
581 Get Info about the current file in the zipfile, with internal only info
785 Set the current file of the zipfile to the first file.
806 Set the current file of the zipfile to the next file.
837 Try locate the file szFileName in the zipfile.
971 Read the local header of the current zipfile
1065 Open for reading data the current file in the zipfile.