Function report |
Source Code:lib\zstd\decompress.c |
Create Date:2022-07-28 07:07:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_loadEntropy_inDDict
Proto:static size_t ZSTD_loadEntropy_inDDict(ZSTD_DDict *ddict)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_DDict * | ddict |
2023 | dictID = 0 |
2024 | entropyPresent = 0 |
2025 | If dictSize < 8 Then Return 0 |
2028 | magic = ZSTD_readLE32(dictContent) |
2032 | dictID = ZSTD_readLE32((constchar * )dictContent + 4) |
2036 | entropyPresent = 1 |
2037 | Return 0 |
Name | Describe |
---|---|
ZSTD_createDDict_advanced |
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 |