HomeSort by: relevance | last modified time | path
    Searched defs:byte_before_the_zipfile (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.c 153 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon41b228de0108
166 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon41b228de0208
655 us.byte_before_the_zipfile = central_pos -
789 s->pos_in_central_dir+s->byte_before_the_zipfile,
1270 s->byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET)!=0)
1416 pfile_in_zip_read_info->byte_before_the_zipfile=s->byte_before_the_zipfile;
1495 s->pfile_in_zip_read->byte_before_the_zipfile,
1537 pfile_in_zip_read_info->byte_before_the_zipfile;
1600 pfile_in_zip_read_info->byte_before_the_zipfile,
    [all...]
zip.c 610 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ local in function:LoadCentralDirectoryRecord
776 byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir);
777 pziinit->add_position_when_writing_offset = byte_before_the_zipfile;
783 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0)
802 pziinit->begin_pos = byte_before_the_zipfile;
805 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0)

Completed in 14 milliseconds