Home
last modified time | relevance | path

Searched refs:unz64local_getLong64 (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/minizip/
Dunzip.c296 local int unz64local_getLong64 OF((
302 local int unz64local_getLong64 (const zlib_filefunc64_32_def* pzlib_filefunc_def, in unz64local_getLong64() function
552 if (unz64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=UNZ_OK) in unz64local_SearchCentralDir64()
640 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&uL64)!=UNZ_OK) in unzOpenInternal()
660 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK) in unzOpenInternal()
664 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&number_entry_CD)!=UNZ_OK) in unzOpenInternal()
673 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.size_central_dir)!=UNZ_OK) in unzOpenInternal()
678 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK) in unzOpenInternal()
1045 … if (unz64local_getLong64(&s->z_filefunc, s->filestream,&file_info.uncompressed_size) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
1051 … if (unz64local_getLong64(&s->z_filefunc, s->filestream,&file_info.compressed_size) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
[all …]