Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
size_t | functionResult |
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |