Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3867 { void* cDst; in ZSTD_compressStream_generic() local
3873 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic()
3875 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()
3877 ZSTD_compressEnd(zcs, cDst, oSize, in ZSTD_compressStream_generic()
3879 ZSTD_compressContinue(zcs, cDst, oSize, in ZSTD_compressStream_generic()
3892 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c5400 void* cDst; in ZSTD_compressStream_generic() local
5407 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic()
5409 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()
5413 ZSTD_compressEnd(zcs, cDst, oSize, in ZSTD_compressStream_generic()
5415 ZSTD_compressContinue(zcs, cDst, oSize, in ZSTD_compressStream_generic()
5432 ZSTD_compressEnd(zcs, cDst, oSize, ip, iSize) : in ZSTD_compressStream_generic()
5433 ZSTD_compressContinue(zcs, cDst, oSize, ip, iSize); in ZSTD_compressStream_generic()
5442 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()