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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dunzip.c137 uLong central_pos; /* position of the beginning of the central dir*/ member in struct:__anon7242
403 uLong central_pos,uL; local
430 central_pos = unzlocal_SearchCentralDir(&us.z_filefunc,us.filestream);
431 if (central_pos==0)
435 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
476 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
486 us.byte_before_the_zipfile = central_pos -
488 us.central_pos = central_pos;
1548 if (ZSEEK(s->z_filefunc,s->filestream,s->central_pos
[all...]
H A Dzip.c548 uLong central_pos,uL; local
560 central_pos = ziplocal_SearchCentralDir(&ziinit.z_filefunc,ziinit.filestream);
561 if (central_pos==0)
565 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
606 if ((central_pos<offset_central_dir+size_central_dir) &&
626 byte_before_the_zipfile = central_pos -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dunzip.c137 uLong central_pos; /* position of the beginning of the central dir*/ member in struct:__anon7460
403 uLong central_pos,uL; local
430 central_pos = unzlocal_SearchCentralDir(&us.z_filefunc,us.filestream);
431 if (central_pos==0)
435 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
476 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
486 us.byte_before_the_zipfile = central_pos -
488 us.central_pos = central_pos;
1548 if (ZSEEK(s->z_filefunc,s->filestream,s->central_pos
[all...]
H A Dzip.c548 uLong central_pos,uL; local
560 central_pos = ziplocal_SearchCentralDir(&ziinit.z_filefunc,ziinit.filestream);
561 if (central_pos==0)
565 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0)
606 if ((central_pos<offset_central_dir+size_central_dir) &&
626 byte_before_the_zipfile = central_pos -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dunzip.c175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member in struct:__anon4133
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dunzip.c175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member in struct:__anon2754
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 205 milliseconds