Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c210 static LZ4F_errorCode_t err0r(LZ4F_errorCodes code) in err0r() function
230 if (blockSizeID > 3) return err0r(LZ4F_ERROR_maxBlockSize_invalid); in LZ4F_getBlockSize()
345 return err0r(LZ4F_ERROR_dstMaxSize_tooSmall); in LZ4F_compressFrame()
381 if (cctxPtr==NULL) return err0r(LZ4F_ERROR_allocation_failed); in LZ4F_createCompressionContext()
420 if (dstCapacity < maxFHSize) return err0r(LZ4F_ERROR_dstMaxSize_tooSmall); in LZ4F_compressBegin()
421 if (cctxPtr->cStage != 0) return err0r(LZ4F_ERROR_GENERIC); in LZ4F_compressBegin()
450 if (cctxPtr->tmpBuff == NULL) return err0r(LZ4F_ERROR_allocation_failed); in LZ4F_compressBegin()
574 if (cctxPtr->cStage != 1) return err0r(LZ4F_ERROR_GENERIC); in LZ4F_compressUpdate()
575 …essBound_internal(srcSize, &(cctxPtr->prefs), cctxPtr->tmpInSize)) return err0r(LZ4F_ERROR_dstMaxS… in LZ4F_compressUpdate()
621 if (realDictSize==0) return err0r(LZ4F_ERROR_GENERIC); in LZ4F_compressUpdate()
[all …]