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

/external/zlib/src/contrib/minizip/
H A Dunzip.c895 long lSeek=0; local
967 lSeek+=file_info.size_filename;
982 lSeek -= uSizeRead;
994 if (lSeek!=0)
996 if (ZSEEK64(s->z_filefunc, s->filestream,lSeek,ZLIB_FILEFUNC_SEEK_CUR)==0)
997 lSeek=0;
1006 lSeek += file_info.size_file_extra - (uLong)uSizeRead;
1009 lSeek += file_info.size_file_extra;
1016 // since lSeek now points to after the extra field we need to move back
1017 lSeek
[all...]

Completed in 427 milliseconds