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_fromDDict() :* Provides the dictID of the dictionary loaded into `ddict`.* If @return == 0, the dictionary is not conformant to Zstandard specification, or empty.
Proto:unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict *ddict)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
const ZSTD_DDict * | ddict |
2120 | If (ddict == NULL) Then Return 0 |
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 |