Function report |
Source Code:lib\zstd\decompress.c |
Create Date:2022-07-28 07:07:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_nextInputType
Proto:ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx *dctx)
Type:ZSTD_nextInputType_e
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_DCtx * | dctx |
1726 | Default |
1727 | Case stage == ZSTDds_getFrameHeaderSize |
1728 | Case stage == ZSTDds_decodeFrameHeader |
1728 | Return ZSTDnit_frameHeader |
1729 | Case stage == ZSTDds_decodeBlockHeader |
1729 | Return ZSTDnit_blockHeader |
1730 | Case stage == ZSTDds_decompressBlock |
1730 | Return ZSTDnit_block |
1731 | Case stage == ZSTDds_decompressLastBlock |
1731 | Return ZSTDnit_lastBlock |
1732 | Case stage == ZSTDds_checkChecksum |
1732 | Return ZSTDnit_checksum |
1733 | Case stage == ZSTDds_decodeSkippableHeader |
1734 | Case stage == ZSTDds_skipFrame |
1734 | Return ZSTDnit_skippableFrame |
Name | Describe |
---|---|
ZSTD_decompressStream |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |