OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:central_pos
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/contrib/minizip/
unzip.c
175
ZPOS64_T
central_pos
; /* position of the beginning of the central dir*/
member in struct:__anon28531
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 72 milliseconds