Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\zstd.h Create Date:2022-07-28 07:01:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ZSTD_getErrorCode() - translates an error function result to a ZSTD_ErrorCode*@functionResult: The result of a function for which ZSTD_isError() is true.* Return: The ZSTD_ErrorCode corresponding to the functionResult or 0

Proto:static __attribute__((unused)) ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult)

Type:ZSTD_ErrorCode

Parameter:

TypeParameterName
size_tfunctionResult
109  If Not 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
111  Return 0 - functionResult