Function report |
Source Code:lib\zstd\decompress.c |
Create Date:2022-07-28 07:07:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_decompressBlock_internal
Proto:static size_t ZSTD_decompressBlock_internal(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void *src, size_t srcSize)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_DCtx * | dctx | |
void * | dst | |
size_t | dstCapacity | |
const void * | src | |
size_t | srcSize |
1449 | If srcSize >= Define for static allocation Then Return -***************************************** Error codes handling(srcSize_wrong) |
1460 | If sizeof(size_t) > 4 Then If windowSize > 1 << 23 Then |
1465 | Return ZSTD_decompressSequencesLong(dctx, dst, dstCapacity, ip, srcSize) |
1466 | Return ZSTD_decompressSequences(dctx, dst, dstCapacity, ip, srcSize) |
Name | Describe |
---|---|
ZSTD_decompressBlock | |
ZSTD_decompressFrame | ! ZSTD_decompressFrame() :*@dctx must be properly initialized |
ZSTD_decompressContinue | : nb of bytes generated into `dst` (necessarily <= `dstCapacity) |
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 |