Lines Matching full:bytes
113 uLong version; /* version made by 2 bytes */
114 uLong version_needed; /* version needed to extract 2 bytes */
115 uLong flag; /* general purpose bit flag 2 bytes */
116 uLong compression_method; /* compression method 2 bytes */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
118 uLong crc; /* crc-32 4 bytes */
119 ZPOS64_T compressed_size; /* compressed size 8 bytes */
120 ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */
121 uLong size_filename; /* filename length 2 bytes */
122 uLong size_file_extra; /* extra field length 2 bytes */
123 uLong size_file_comment; /* file comment length 2 bytes */
125 uLong disk_num_start; /* disk number start 2 bytes */
126 uLong internal_fa; /* internal file attributes 2 bytes */
127 uLong external_fa; /* external file attributes 4 bytes */
134 uLong version; /* version made by 2 bytes */
135 uLong version_needed; /* version needed to extract 2 bytes */
136 uLong flag; /* general purpose bit flag 2 bytes */
137 uLong compression_method; /* compression method 2 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
139 uLong crc; /* crc-32 4 bytes */
140 uLong compressed_size; /* compressed size 4 bytes */
141 uLong uncompressed_size; /* uncompressed size 4 bytes */
142 uLong size_filename; /* filename length 2 bytes */
143 uLong size_file_extra; /* extra field length 2 bytes */
144 uLong size_file_comment; /* file comment length 2 bytes */
146 uLong disk_num_start; /* disk number start 2 bytes */
147 uLong internal_fa; /* internal file attributes 2 bytes */
148 uLong external_fa; /* external file attributes 4 bytes */
383 Read bytes from the current file (opened by unzOpenCurrentFile)
387 return the number of byte copied if somes bytes are copied
417 the return value is the number of bytes copied in buf, or (if <0)