Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:ZSTD_refDDict

Proto:static void ZSTD_refDDict(ZSTD_DCtx *dstDCtx, const ZSTD_DDict *ddict)

Type:void

Parameter:

TypeParameterName
ZSTD_DCtx *dstDCtx
const ZSTD_DDict *ddict
1997  ZSTD_decompressBegin(dstDCtx)
1998  If ddict Then
1999  dictID = dictID
2000  base = dictContent
2001  vBase = dictContent
2002  dictEnd = dictContent + dictSize
2003  previousDstEnd = dictEnd
2004  If entropyPresent Then
2005  litEntropy = 1
2006  fseEntropy = 1
2007  LLTptr = LLTable
2008  MLTptr = MLTable
2009  OFTptr = OFTable
2010  HUFptr = hufTable
2011  rep[0] = rep[0]
2012  rep[1] = rep[1]
2013  rep[2] = rep[2]
2014  Else
2015  litEntropy = 0
2016  fseEntropy = 0
Caller
NameDescribe
ZSTD_decompressMultiFrame
ZSTD_decompressStream