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_fromDict() :* Provides the dictID stored within dictionary.* if @return == 0, the dictionary is not conformant with Zstandard specification.* It can still be loaded, but as a content-only dictionary.
Proto:unsigned ZSTD_getDictID_fromDict(const void *dict, size_t dictSize)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | dict | |
size_t | dictSize |
2107 | If dictSize < 8 Then Return 0 |
2109 | If ZSTD_readLE32(dict) != v0.7+ Then Return 0 |
2111 | Return ZSTD_readLE32((constchar * )dict + 4) |
Name | Describe |
---|---|
ZSTD_getDictID_fromDDict | ! ZSTD_getDictID_fromDDict() :* Provides the dictID of the dictionary loaded into `ddict`.* If @return == 0, the dictionary is not conformant to Zstandard specification, or empty. |
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 |