函数逻辑报告 |
Source Code:lib\xz\xz_dec_stream.c |
Create Date:2022-07-27 08:06:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xz_dec_run() is a wrapper for dec_main() to handle some special cases in* multi-call and single-call decoding.* In multi-call mode, we must return XZ_BUF_ERROR when it seems clear that we* are not going to make any progress anymore
函数原型:enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b)
返回类型:enum xz_ret
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xz_dec * | s | |
struct xz_buf * | b |
764 | 如果ret恒等于XZ_OK则ret等于如果in_pos恒等于in_size则XZ_DATA_ERROR否则XZ_BUF_ERROR |
768 | 如果ret不等于XZ_STREAM_END则 |
779 | 否则 |
783 | 返回:ret |
名称 | 描述 |
---|---|
unxz | This function implements the API defined in |
xz_dec_test_write | Decode the data given to us from the userspace. CRC32 of the uncompressed* data is calculated and is printed at the end of successful decoding. The* uncompressed data isn't stored anywhere for further use.* The |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |