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

/forgerock/web-agents-v4/zlib/
H A Dzip.c647 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ local
813 byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir);
814 pziinit->add_position_when_writting_offset = byte_before_the_zipfile;
820 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0)
839 pziinit->begin_pos = byte_before_the_zipfile;
842 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0)

Completed in 66 milliseconds