Home
last modified time | relevance | path

Searched refs:dstMaxSize_tooSmall (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4frame.c447 RETURN_ERROR_IF(dstCapacity < LZ4F_compressFrameBound(srcSize, &prefs), dstMaxSize_tooSmall); in LZ4F_compressFrame_usingCDict() local
686 RETURN_ERROR_IF(dstCapacity < maxFHSize, dstMaxSize_tooSmall); in LZ4F_compressBegin_usingCDict()
948 RETURN_ERROR(dstMaxSize_tooSmall); in LZ4F_compressUpdateImpl()
951 RETURN_ERROR(dstMaxSize_tooSmall); in LZ4F_compressUpdateImpl()
1114 RETURN_ERROR_IF(dstCapacity < (cctxPtr->tmpInSize + BHSize + BFSize), dstMaxSize_tooSmall); in LZ4F_flush()
1166 RETURN_ERROR_IF(dstCapacity < 4, dstMaxSize_tooSmall); in LZ4F_compressEnd()
1172 RETURN_ERROR_IF(dstCapacity < 8, dstMaxSize_tooSmall); in LZ4F_compressEnd()

Completed in 6 milliseconds