Searched refs:size_to_read (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dunzip.c1961 ZPOS64_T size_to_read; local
1971 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1975 return (int)size_to_read;
1977 if (len>size_to_read)
1978 read_now = (uInt)size_to_read;
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dunzip.c1961 ZPOS64_T size_to_read; local
1971 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1975 return (int)size_to_read;
1977 if (len>size_to_read)
1978 read_now = (uInt)size_to_read;

Completed in 200 milliseconds