Function report |
Source Code:lib\zstd\decompress.c |
Create Date:2022-07-28 07:07:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ZSTD_refDDict
Proto:static void ZSTD_refDDict(ZSTD_DCtx *dstDCtx, const ZSTD_DDict *ddict)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
ZSTD_DCtx * | dstDCtx | |
const ZSTD_DDict * | ddict |
1997 | ZSTD_decompressBegin(dstDCtx) |
1998 | If ddict Then |
2000 | base = dictContent |
2001 | vBase = dictContent |
2002 | dictEnd = dictContent + dictSize |
2003 | previousDstEnd = dictEnd |
2004 | If entropyPresent Then |
2005 | litEntropy = 1 |
2006 | fseEntropy = 1 |
2014 | Else |
2015 | litEntropy = 0 |
2016 | fseEntropy = 0 |
Name | Describe |
---|---|
ZSTD_decompressMultiFrame | |
ZSTD_decompressStream |
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 |