Home
last modified time | relevance | path

Searched refs:byte_before_the_zipfile (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dunzip.c116 uLong byte_before_the_zipfile; /* byte before the zipfile, (>0 for sfx)*/ member
127 uLong byte_before_the_zipfile; /* byte before the zipfile, (>0 for sfx)*/ member
466 us.byte_before_the_zipfile = central_pos -
580 s->pos_in_central_dir + s->byte_before_the_zipfile,
965 …nc, s->filestream, s->cur_file_info_internal.offset_curfile + s->byte_before_the_zipfile, ZLIB_FIL…
1125 pfile_in_zip_read_info->byte_before_the_zipfile = s->byte_before_the_zipfile;
1172 s->pfile_in_zip_read->byte_before_the_zipfile,
1274 pfile_in_zip_read_info->byte_before_the_zipfile,
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dunzip.c158 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member
171 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ member
748 us.byte_before_the_zipfile = central_pos - in unzOpenInternal()
902 s->pos_in_central_dir+s->byte_before_the_zipfile, in unz64local_GetCurrentFileInfoInternal()
1399 s->byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET)!=0) in unz64local_CheckCurrentFileCoherencyHeader()
1546 pfile_in_zip_read_info->byte_before_the_zipfile=s->byte_before_the_zipfile; in unzOpenCurrentFile3()
1623 s->pfile_in_zip_read->byte_before_the_zipfile, in unzOpenCurrentFile3()
1669 pfile_in_zip_read_info->byte_before_the_zipfile; in unzGetCurrentFileZStreamPos64()
1733 pfile_in_zip_read_info->byte_before_the_zipfile, in unzReadCurrentFile()
A Dzip.c643 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ in LoadCentralDirectoryRecord() local
809 byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir); in LoadCentralDirectoryRecord()
810 pziinit->add_position_when_writing_offset = byte_before_the_zipfile; in LoadCentralDirectoryRecord()
816 …4(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile, ZLIB_FIL… in LoadCentralDirectoryRecord()
835 pziinit->begin_pos = byte_before_the_zipfile; in LoadCentralDirectoryRecord()
838 …if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,Z… in LoadCentralDirectoryRecord()

Completed in 14 milliseconds