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

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member in struct:__anon16391
590 ZPOS64_T central_pos; local
623 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream);
624 if (central_pos)
632 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
685 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream);
686 if (central_pos==0)
692 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
738 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
748 us.byte_before_the_zipfile = central_pos
[all...]
H A Dzip.c647 ZPOS64_T central_pos; local
665 central_pos = zip64local_SearchCentralDir64(&pziinit->z_filefunc,pziinit->filestream);
666 if(central_pos > 0)
670 else if(central_pos == 0)
672 central_pos = zip64local_SearchCentralDir(&pziinit->z_filefunc,pziinit->filestream);
676 if (central_pos==0)
683 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0)
737 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
789 if ((central_pos<offset_central_dir+size_central_dir) &&
809 byte_before_the_zipfile = central_pos
[all...]
/external/zlib/src/contrib/minizip/
H A Dunzip.c175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member in struct:__anon34344
590 ZPOS64_T central_pos; local
623 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream);
624 if (central_pos)
632 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
685 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream);
686 if (central_pos==0)
692 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
738 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
748 us.byte_before_the_zipfile = central_pos
[all...]
H A Dzip.c647 ZPOS64_T central_pos; local
665 central_pos = zip64local_SearchCentralDir64(&pziinit->z_filefunc,pziinit->filestream);
666 if(central_pos > 0)
670 else if(central_pos == 0)
672 central_pos = zip64local_SearchCentralDir(&pziinit->z_filefunc,pziinit->filestream);
676 if (central_pos==0)
683 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0)
737 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
789 if ((central_pos<offset_central_dir+size_central_dir) &&
809 byte_before_the_zipfile = central_pos
[all...]

Completed in 126 milliseconds