Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Zlib
提交
f51cc49c
T
Third Party Zlib
项目概览
OpenHarmony
/
Third Party Zlib
接近 2 年 前同步成功
通知
18
Star
112
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Zlib
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
f51cc49c
编写于
6月 06, 2012
作者:
B
Birunthan Mohanathas
提交者:
Mark Adler
7月 08, 2012
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix comment typos in unzip.h and unzip.c.
上级
d0c73312
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
7 addition
and
7 deletion
+7
-7
contrib/minizip/unzip.c
contrib/minizip/unzip.c
+5
-5
contrib/minizip/unzip.h
contrib/minizip/unzip.h
+2
-2
未找到文件。
contrib/minizip/unzip.c
浏览文件 @
f51cc49c
...
@@ -801,9 +801,9 @@ extern unzFile ZEXPORT unzOpen64 (const void *path)
...
@@ -801,9 +801,9 @@ extern unzFile ZEXPORT unzOpen64 (const void *path)
}
}
/*
/*
Close a ZipFile opened with unz
ip
Open.
Close a ZipFile opened with unzOpen.
If there is files inside the .Zip opened with unz
ip
OpenCurrentFile (see later),
If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
these files MUST be closed with unz
ipCloseCurrentFile before call unzip
Close.
these files MUST be closed with unz
CloseCurrentFile before call unz
Close.
return UNZ_OK if there is no problem. */
return UNZ_OK if there is no problem. */
extern
int
ZEXPORT
unzClose
(
unzFile
file
)
extern
int
ZEXPORT
unzClose
(
unzFile
file
)
{
{
...
@@ -1223,7 +1223,7 @@ extern int ZEXPORT unzGoToNextFile (unzFile file)
...
@@ -1223,7 +1223,7 @@ extern int ZEXPORT unzGoToNextFile (unzFile file)
/*
/*
Try locate the file szFileName in the zipfile.
Try locate the file szFileName in the zipfile.
For the iCaseSensitivity signification, see unz
ip
StringFileNameCompare
For the iCaseSensitivity signification, see unzStringFileNameCompare
return value :
return value :
UNZ_OK if the file is found. It becomes the current file.
UNZ_OK if the file is found. It becomes the current file.
...
@@ -1998,7 +1998,7 @@ extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
...
@@ -1998,7 +1998,7 @@ extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
}
}
/*
/*
Close the file in zip opened with unz
ip
OpenCurrentFile
Close the file in zip opened with unzOpenCurrentFile
Return UNZ_CRCERROR if all the file was read but the CRC is not good
Return UNZ_CRCERROR if all the file was read but the CRC is not good
*/
*/
extern
int
ZEXPORT
unzCloseCurrentFile
(
unzFile
file
)
extern
int
ZEXPORT
unzCloseCurrentFile
(
unzFile
file
)
...
...
contrib/minizip/unzip.h
浏览文件 @
f51cc49c
...
@@ -197,9 +197,9 @@ extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
...
@@ -197,9 +197,9 @@ extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
extern
int
ZEXPORT
unzClose
OF
((
unzFile
file
));
extern
int
ZEXPORT
unzClose
OF
((
unzFile
file
));
/*
/*
Close a ZipFile opened with unz
ip
Open.
Close a ZipFile opened with unzOpen.
If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
these files MUST be closed with unz
ipCloseCurrentFile before call unzip
Close.
these files MUST be closed with unz
CloseCurrentFile before call unz
Close.
return UNZ_OK if there is no problem. */
return UNZ_OK if there is no problem. */
extern
int
ZEXPORT
unzGetGlobalInfo
OF
((
unzFile
file
,
extern
int
ZEXPORT
unzGetGlobalInfo
OF
((
unzFile
file
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录