Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:! ZSTD_getDictID_fromFrame() :* Provides the dictID required to decompressed the frame stored within `src`.* If @return == 0, the dictID could not be decoded.* This could for one of the following reasons :

Proto:unsigned ZSTD_getDictID_fromFrame(const void *src, size_t srcSize)

Type:unsigned

Parameter:

TypeParameterName
const void *src
size_tsrcSize
2137  ZSTD_frameParams zfp = {0, 0, 0, 0}
2138  hError = : 0, `fparamsPtr` is correctly filled,
2139  If ZSTD_isError() - tells if a size_t function result is an error code*@code: The function result to check for error.* Return: Non-zero iff the code is an error. Then Return 0
2141  Return dictID