Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\compress.c Create Date:2022-07-28 07:05:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: : 0, or an error code

Proto:static size_t ZSTD_compress_insertDictionary(ZSTD_CCtx *cctx, const void *dict, size_t dictSize)

Type:size_t

Parameter:

TypeParameterName
ZSTD_CCtx *cctx
const void *dict
size_tdictSize

Brief:ZSTD_compress_insertDictionary() :

2725  If ((dict == NULL) || (dictSize <= 8)) Then Return 0
2729  If ZSTD_readLE32(dict) != v0.7+ || forceRawDict Then Return : 0, or an error code
2733  Return : 0, or an error code
Caller
NameDescribe
ZSTD_compressBegin_internal : 0, or an error code