HomeSort by relevance Sort by last modified time
    Searched refs:byte_before_the_zipfile (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/zlib/contrib/minizip/
unzip.c 125 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon3278
137 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon3279
490 us.byte_before_the_zipfile = central_pos -
608 s->pos_in_central_dir+s->byte_before_the_zipfile,
982 s->byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET)!=0)
    [all...]
zip.c 548 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ local
630 byte_before_the_zipfile = central_pos -
632 ziinit.add_position_when_writting_offset = byte_before_the_zipfile;
639 offset_central_dir + byte_before_the_zipfile,
658 ziinit.begin_pos = byte_before_the_zipfile;
662 offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET)!=0)
    [all...]
  /external/zlib/contrib/minizip/
unzip.c 158 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon8774
171 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member in struct:__anon8775
748 us.byte_before_the_zipfile = central_pos -
902 s->pos_in_central_dir+s->byte_before_the_zipfile,
    [all...]
zip.c 643 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)
    [all...]

Completed in 144 milliseconds