Lines Matching defs:len
1873 len the size of buf.
1880 extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len) {
1896 if (len==0)
1901 pfile_in_zip_read_info->stream.avail_out = (uInt)len;
1903 if ((len>pfile_in_zip_read_info->rest_read_uncompressed) &&
1908 if ((len>pfile_in_zip_read_info->rest_read_compressed+
2146 if buf!=NULL, len is the size of the buffer, the extra header is copied in
2151 extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) {
2171 if (len>size_to_read)
2174 read_now = (uInt)len ;