OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_comment
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/contrib/minizip/
unzip.h
100
uLong
size_comment
; /* size of the global comment of the zipfile */
member in struct:unz_global_info64_s
107
uLong
size_comment
; /* size of the global comment of the zipfile */
member in struct:unz_global_info_s
zip.c
660
uLong
size_comment
;
local
732
size_comment
= 0;
785
if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &
size_comment
)!=ZIP_OK)
799
if (
size_comment
>0)
801
pziinit->globalcomment = (char*)ALLOC(
size_comment
+1);
804
size_comment
= ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,
size_comment
);
805
pziinit->globalcomment[
size_comment
]=0;
1065
uInt
size_comment
;
local
[
all
...]
unzip.c
681
us.gi.
size_comment
= 0;
734
if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.
size_comment
)!=UNZ_OK)
846
pglobal_info32->
size_comment
= s->gi.
size_comment
;
[
all
...]
Completed in 411 milliseconds