Home
last modified time | relevance | path

Searched refs:LZ4F_errorCodes (Results 1 – 2 of 2) sorted by relevance

/external/lz4/lib/
Dlz4frame.h474 typedef enum { LZ4F_LIST_ERRORS(LZ4F_GENERATE_ENUM) } LZ4F_errorCodes; typedef
476 LZ4FLIB_STATIC_API LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
Dlz4frame.c244 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()