Searched refs:LZ4F_errorCodes (Results 1 – 2 of 2) sorted by relevance
474 typedef enum { LZ4F_LIST_ERRORS(LZ4F_GENERATE_ENUM) } LZ4F_errorCodes; typedef476 LZ4FLIB_STATIC_API LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
244 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult) in LZ4F_getErrorCode()247 return (LZ4F_errorCodes)(-(ptrdiff_t)functionResult); in LZ4F_getErrorCode()250 static LZ4F_errorCode_t err0r(LZ4F_errorCodes code) in err0r()