Searched refs:unzlocal_getLong (Results 1 – 1 of 1) sorted by relevance
/external/chromium/third_party/zlib/contrib/minizip/ |
D | unzip.c | 228 local int unzlocal_getLong OF(( 233 local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX) in unzlocal_getLong() function 443 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) 468 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&us.size_central_dir)!=UNZ_OK) 473 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK) 615 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK) 633 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK) 638 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK) 641 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.compressed_size) != UNZ_OK) 644 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.uncompressed_size) != UNZ_OK) [all …]
|