Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c6084 void* cDst; in ZSTD_compressStream_generic() local
6090 cDst = op; /* compress into output buffer, to skip flush stage */ in ZSTD_compressStream_generic()
6092 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()
6096 ZSTD_compressEnd_public(zcs, cDst, oSize, in ZSTD_compressStream_generic()
6098 ZSTD_compressContinue_public(zcs, cDst, oSize, in ZSTD_compressStream_generic()
6114 ZSTD_compressEnd_public(zcs, cDst, oSize, ip, iSize) : in ZSTD_compressStream_generic()
6115 ZSTD_compressContinue_public(zcs, cDst, oSize, ip, iSize); in ZSTD_compressStream_generic()
6122 if (cDst == op) { /* no need to flush */ in ZSTD_compressStream_generic()