Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c4197 void* cDst; in ZSTD_compressStream_generic() local
4204 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic()
4206 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()
4210 ZSTD_compressEnd(zcs, cDst, oSize, in ZSTD_compressStream_generic()
4212 ZSTD_compressContinue(zcs, cDst, oSize, in ZSTD_compressStream_generic()
4229 ZSTD_compressEnd(zcs, cDst, oSize, ip, iSize) : in ZSTD_compressStream_generic()
4230 ZSTD_compressContinue(zcs, cDst, oSize, ip, iSize); in ZSTD_compressStream_generic()
4239 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c16951 { void* cDst; in ZSTD_compressStream_generic() local
16957 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic()
16959 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()
16961 ZSTD_compressEnd(zcs, cDst, oSize, in ZSTD_compressStream_generic()
16963 ZSTD_compressContinue(zcs, cDst, oSize, in ZSTD_compressStream_generic()
16976 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()