Lines Matching refs:central_pos
175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member
590 ZPOS64_T central_pos; in unzOpenInternal() local
623 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream); in unzOpenInternal()
624 if (central_pos) in unzOpenInternal()
632 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
685 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream); in unzOpenInternal()
686 if (central_pos==0) in unzOpenInternal()
692 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
738 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
748 us.byte_before_the_zipfile = central_pos - in unzOpenInternal()
750 us.central_pos = central_pos; in unzOpenInternal()
2063 if (ZSEEK64(s->z_filefunc,s->filestream,s->central_pos+22,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzGetGlobalComment()