Searched refs:cDst (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 5400 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()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 6199 void* cDst; in ZSTD_compressStream_generic() local 6205 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic() 6207 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic() 6211 ZSTD_compressEnd_public(zcs, cDst, oSize, in ZSTD_compressStream_generic() 6213 ZSTD_compressContinue_public(zcs, cDst, oSize, in ZSTD_compressStream_generic() 6229 ZSTD_compressEnd_public(zcs, cDst, oSize, ip, iSize) : in ZSTD_compressStream_generic() 6230 ZSTD_compressContinue_public(zcs, cDst, oSize, ip, iSize); in ZSTD_compressStream_generic() 6237 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()
|