Lines Matching defs:nextSrcSizeHint
1570 size_t nextSrcSizeHint = 1;
1612 nextSrcSizeHint = (dctx->tmpInTarget - dctx->tmpInSize) + BHSize; /* rest of header + nextBlockHeader */
1664 nextSrcSizeHint = BHSize - dctx->tmpInSize;
1697 nextSrcSizeHint = BHSize + nextCBlockSize + crcSize;
1739 nextSrcSizeHint = dctx->tmpInTarget +
1802 nextSrcSizeHint = (dctx->tmpInTarget - dctx->tmpInSize)
1923 nextSrcSizeHint = BHSize;
1929 nextSrcSizeHint = 0;
1951 nextSrcSizeHint = 4 - dctx->tmpInSize;
1969 nextSrcSizeHint = 0;
1994 nextSrcSizeHint = dctx->tmpInTarget - dctx->tmpInSize;
2014 nextSrcSizeHint = dctx->tmpInTarget;
2015 if (nextSrcSizeHint) break; /* still more to skip */
2057 return nextSrcSizeHint;