Searched refs:cDst (Results 1 – 1 of 1) sorted by relevance
3158 void *cDst; in ZSTD_compressStream_generic() local3163 cDst = op; /* compress directly into output buffer (avoid flush stage) */ in ZSTD_compressStream_generic()3165 cDst = zcs->outBuff, oSize = zcs->outBuffSize; in ZSTD_compressStream_generic()3166 …cSize = (flush == zsf_end) ? ZSTD_compressEnd(zcs->cctx, cDst, oSize, zcs->inBuff + zcs->inToCompr… in ZSTD_compressStream_generic()3167 : ZSTD_compressContinue(zcs->cctx, cDst, oSize, zcs->inBuff + zcs->inToCompress, iSize); in ZSTD_compressStream_generic()3177 if (cDst == op) { in ZSTD_compressStream_generic()