Lines Matching refs:tmpOutStart
1222 size_t tmpOutStart;
1497 assert(dctx->dict + dctx->dictSize == dctx->tmpOut + dctx->tmpOutStart);
1505 const BYTE* const oldDictEnd = dctx->dict + dctx->dictSize - dctx->tmpOutStart;
1512 dctx->dictSize = preserveSize + dctx->tmpOutStart + dstSize;
1638 dctx->tmpOutStart = 0;
1899 dctx->tmpOutStart = 0;
1907 size_t const sizeToCopy = MIN(dctx->tmpOutSize - dctx->tmpOutStart, (size_t)(dstEnd-dstPtr));
1908 memcpy(dstPtr, dctx->tmpOut + dctx->tmpOutStart, sizeToCopy);
1914 dctx->tmpOutStart += sizeToCopy;
1917 if (dctx->tmpOutStart == dctx->tmpOutSize) { /* all flushed */
2034 const BYTE* oldDictEnd = dctx->dict + dctx->dictSize - dctx->tmpOutStart;
2042 dctx->dictSize = preserveSize + dctx->tmpOutStart;