Lines Matching defs:central_pos
170 ZPOS64_T central_pos; /* position of the beginning of the central dir*/
497 ZPOS64_T central_pos;
530 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream);
531 if (central_pos!=CENTRALDIRINVALID)
539 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
592 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream);
593 if (central_pos==CENTRALDIRINVALID)
599 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
645 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
655 us.byte_before_the_zipfile = central_pos -
657 us.central_pos = central_pos;
1927 if (ZSEEK64(s->z_filefunc,s->filestream,s->central_pos+22,ZLIB_FILEFUNC_SEEK_SET)!=0)