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

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c158 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon16390
171 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon16391
748 us.byte_before_the_zipfile = central_pos -
902 s->pos_in_central_dir+s->byte_before_the_zipfile,
1399 s->byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET)!=0)
1546 pfile_in_zip_read_info->byte_before_the_zipfile=s->byte_before_the_zipfile;
1623 s->pfile_in_zip_read->byte_before_the_zipfile,
1669 pfile_in_zip_read_info->byte_before_the_zipfile;
1728 pfile_in_zip_read_info->byte_before_the_zipfile,
[all...]
H A Dzip.c643 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ local
809 byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir);
810 pziinit->add_position_when_writting_offset = byte_before_the_zipfile;
816 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0)
835 pziinit->begin_pos = byte_before_the_zipfile;
838 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0)
/external/zlib/src/contrib/minizip/
H A Dunzip.c158 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon34343
171 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon34344
748 us.byte_before_the_zipfile = central_pos -
902 s->pos_in_central_dir+s->byte_before_the_zipfile,
1399 s->byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET)!=0)
1546 pfile_in_zip_read_info->byte_before_the_zipfile=s->byte_before_the_zipfile;
1623 s->pfile_in_zip_read->byte_before_the_zipfile,
1669 pfile_in_zip_read_info->byte_before_the_zipfile;
1733 pfile_in_zip_read_info->byte_before_the_zipfile,
[all...]
H A Dzip.c643 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ local
809 byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir);
810 pziinit->add_position_when_writting_offset = byte_before_the_zipfile;
816 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0)
835 pziinit->begin_pos = byte_before_the_zipfile;
838 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0)

Completed in 208 milliseconds