函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\decompress.c Create Date:2022-07-27 08:05:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:! 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 :

函数原型:unsigned ZSTD_getDictID_fromFrame(const void *src, size_t srcSize)

返回类型:unsigned

参数:

类型参数名称
const void *src
size_tsrcSize
2137  ZSTD_frameParams zfp = {0, 0, 0, 0}
2138  hError等于 : 0, `fparamsPtr` is correctly filled,
2139  如果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.则返回:0
2141  返回:dictID