Lines Matching refs:LZ4F_errorCode_t
290 unsigned LZ4F_isError(LZ4F_errorCode_t code)
292 return (code > (LZ4F_errorCode_t)(-LZ4F_ERROR_maxCode));
295 const char* LZ4F_getErrorName(LZ4F_errorCode_t code)
308 static LZ4F_errorCode_t LZ4F_returnErrorCode(LZ4F_errorCodes code)
312 return (LZ4F_errorCode_t)-(ptrdiff_t)code;
604 * If the result LZ4F_errorCode_t is not OK_NoError, there was an error during context creation.
607 LZ4F_errorCode_t
620 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctxPtr)
1246 LZ4F_errorCode_t
1259 LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* dctx)
1261 LZ4F_errorCode_t result = LZ4F_OK_NoError;
1263 result = (LZ4F_errorCode_t)dctx->dStage;
1428 LZ4F_errorCode_t LZ4F_getFrameInfo(LZ4F_dctx* dctx,