Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\decompress.c Create Date:2022-07-28 07:06:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ZSTD_copyRawBlock

Proto:static size_t ZSTD_copyRawBlock(void *dst, size_t dstCapacity, const void *src, size_t srcSize)

Type:size_t

Parameter:

TypeParameterName
void *dst
size_tdstCapacity
const void *src
size_tsrcSize
414  If srcSize > dstCapacity Then Return -***************************************** Error codes handling(dstSize_tooSmall)
416  No 3D Now!(dst, src, srcSize)
417  Return srcSize
Caller
NameDescribe
ZSTD_decompressFrame! ZSTD_decompressFrame() :*@dctx must be properly initialized
ZSTD_decompressContinue : nb of bytes generated into `dst` (necessarily <= `dstCapacity)