HomeSort by relevance Sort by last modified time
    Searched refs:central_pos (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/zlib/contrib/minizip/
unzip.c 141 uLong central_pos; /* position of the beginning of the central dir*/ member in struct:__anon3279
407 uLong central_pos,uL; local
434 central_pos = unzlocal_SearchCentralDir(&us.z_filefunc,us.filestream);
435 if (central_pos==0)
439 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
480 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
490 us.byte_before_the_zipfile = central_pos -
492 us.central_pos = central_pos;
    [all...]
zip.c 552 uLong central_pos,uL; local
564 central_pos = ziplocal_SearchCentralDir(&ziinit.z_filefunc,ziinit.filestream);
565 if (central_pos==0)
569 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
610 if ((central_pos<offset_central_dir+size_central_dir) &&
630 byte_before_the_zipfile = central_pos -
    [all...]
  /external/zlib/contrib/minizip/
unzip.c 175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member in struct:__anon8775
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...]
zip.c 647 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 - (offset_central_dir+size_central_dir)
    [all...]

Completed in 71 milliseconds