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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dunzip.c1446 uLong size_to_read; local
1456 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1460 return (int)size_to_read;
1462 if (len>size_to_read)
1463 read_now = (uInt)size_to_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dunzip.c1446 uLong size_to_read; local
1456 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1460 return (int)size_to_read;
1462 if (len>size_to_read)
1463 read_now = (uInt)size_to_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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 87 milliseconds