Function report |
Source Code:lib\zstd\decompress.c |
Create Date:2022-07-28 07:07:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:! ZSTD_getDictID_fromFrame() :* Provides the dictID required to decompressed the frame stored within `src`.* If @return == 0, the dictID could not be decoded.* This could for one of the following reasons :
Proto:unsigned ZSTD_getDictID_fromFrame(const void *src, size_t srcSize)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | src | |
size_t | srcSize |
2137 | ZSTD_frameParams zfp = {0, 0, 0, 0} |
2139 | If ZSTD_isError() - tells if a size_t function result is an error code*@code: The function result to check for error.* Return: Non-zero iff the code is an error. Then Return 0 |
2141 | Return dictID |
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 |