Function report |
Source Code:lib\zstd\decompress.c |
Create Date:2022-07-28 07:06:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_setRleBlock
Proto:static size_t ZSTD_setRleBlock(void *dst, size_t dstCapacity, const void *src, size_t srcSize, size_t regenSize)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
void * | dst | |
size_t | dstCapacity | |
const void * | src | |
size_t | srcSize | |
size_t | regenSize |
422 | If srcSize != 1 Then Return -***************************************** Error codes handling(srcSize_wrong) |
424 | If regenSize > dstCapacity Then Return -***************************************** Error codes handling(dstSize_tooSmall) |
427 | Return regenSize |
Name | Describe |
---|---|
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 |