Lines Matching defs:previousDstEnd
2597 const void* previousDstEnd;
2620 dctx->previousDstEnd = NULL;
3331 if (dst != dctx->previousDstEnd) { /* not contiguous */
3332 dctx->dictEnd = dctx->previousDstEnd;
3333 dctx->vBase = (const char*)dst - ((const char*)(dctx->previousDstEnd) - (const char*)(dctx->base));
3335 dctx->previousDstEnd = dst;
3604 dctx->previousDstEnd = (char*)dst + rSize;
3615 dctx->dictEnd = dctx->previousDstEnd;
3616 dctx->vBase = (const char*)dict - ((const char*)(dctx->previousDstEnd) - (const char*)(dctx->base));
3618 dctx->previousDstEnd = (const char*)dict + dictSize;