OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VersionMadeBy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/zlib/contrib/minizip/
zip.c
49
#ifndef
VERSIONMADEBY
50
# define
VERSIONMADEBY
(0x0) /* platform depedent */
658
uLong
VersionMadeBy
;
695
if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &
VersionMadeBy
)!=ZIP_OK)
1061
uLong
versionMadeBy
, uLong flagBase, int zip64)
[
all
...]
/external/zlib/src/contrib/minizip/
zip.c
49
#ifndef
VERSIONMADEBY
50
# define
VERSIONMADEBY
(0x0) /* platform depedent */
658
uLong
VersionMadeBy
;
695
if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &
VersionMadeBy
)!=ZIP_OK)
1061
uLong
versionMadeBy
, uLong flagBase, int zip64)
[
all
...]
Completed in 132 milliseconds