Searched refs:LZ4F_errorCode_t (Results 1 – 6 of 6) sorted by relevance
103 typedef size_t LZ4F_errorCode_t; typedef105 LZ4FLIB_API unsigned LZ4F_isError(LZ4F_errorCode_t code); /**< tells when a function result is…106 LZ4FLIB_API const char* LZ4F_getErrorName(LZ4F_errorCode_t code); /**< return error code string; …253 LZ4FLIB_API LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_cctx** cctxPtr, unsigned version);254 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);366 LZ4FLIB_API LZ4F_errorCode_t LZ4F_createDecompressionContext(LZ4F_dctx** dctxPtr, unsigned version);367 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* dctx);
249 unsigned LZ4F_isError(LZ4F_errorCode_t code) in LZ4F_isError()251 return (code > (LZ4F_errorCode_t)(-LZ4F_ERROR_maxCode)); in LZ4F_isError()254 const char* LZ4F_getErrorName(LZ4F_errorCode_t code) in LZ4F_getErrorName()267 static LZ4F_errorCode_t err0r(LZ4F_errorCodes code) in err0r()271 return (LZ4F_errorCode_t)-(ptrdiff_t)code; in err0r()536 LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_cctx** LZ4F_compressionContextPtr, unsigned ver… in LZ4F_createCompressionContext()550 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctxPtr) in LZ4F_freeCompressionContext()1069 LZ4F_errorCode_t LZ4F_createDecompressionContext(LZ4F_dctx** LZ4F_decompressionContextPtr, unsigned… in LZ4F_createDecompressionContext()1082 LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* dctx) in LZ4F_freeDecompressionContext()1084 LZ4F_errorCode_t result = LZ4F_OK_NoError; in LZ4F_freeDecompressionContext()[all …]
617 LZ4F_errorCode_t const errorCode = LZ4F_createCompressionContext(&(ress.ctx), LZ4F_VERSION); in LZ4IO_createCResources()640 { LZ4F_errorCode_t const errorCode = LZ4F_freeCompressionContext(ress.ctx); in LZ4IO_freeCResources()1025 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&ress.dCtx, LZ4F_VERSION); in LZ4IO_createDResources()1043 LZ4F_errorCode_t errorCode = LZ4F_freeDecompressionContext(ress.dCtx); in LZ4IO_freeDResources()1057 LZ4F_errorCode_t nextToLoad; in LZ4IO_decompressLZ4F()
130 LZ4F_errorCode_t nextToLoad = 0; in frameCheck()
170 #define CHECK(f) { LZ4F_errorCode_t const CHECK_V(err_ , f); }
1251 LZ4F_errorCode_t const errorCode = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION); in FIO_compressLz4Frame()2448 LZ4F_errorCode_t nextToLoad; in FIO_decompressLz4Frame()2450 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in FIO_decompressLz4Frame()