Searched refs:err0r (Results 1 – 1 of 1) sorted by relevance
250 static LZ4F_errorCode_t err0r(LZ4F_errorCodes code) in err0r() function273 if (blockSizeID > 3) return err0r(LZ4F_ERROR_maxBlockSize_invalid); in LZ4F_getBlockSize()385 return err0r(LZ4F_ERROR_dstMaxSize_tooSmall); in LZ4F_compressFrame_usingCDict()520 if (cctxPtr==NULL) return err0r(LZ4F_ERROR_allocation_failed); in LZ4F_createCompressionContext()591 if (dstCapacity < maxFHSize) return err0r(LZ4F_ERROR_dstMaxSize_tooSmall); in LZ4F_compressBegin_usingCDict()605 if (cctxPtr->lz4CtxPtr == NULL) return err0r(LZ4F_ERROR_allocation_failed); in LZ4F_compressBegin_usingCDict()633 if (cctxPtr->tmpBuff == NULL) return err0r(LZ4F_ERROR_allocation_failed); in LZ4F_compressBegin_usingCDict()814 if (cctxPtr->cStage != 1) return err0r(LZ4F_ERROR_GENERIC); in LZ4F_compressUpdate()816 return err0r(LZ4F_ERROR_dstMaxSize_tooSmall); in LZ4F_compressUpdate()868 if (realDictSize==0) return err0r(LZ4F_ERROR_GENERIC); in LZ4F_compressUpdate()[all …]