Home | History | Annotate | Download | only in legacy

Lines Matching defs:previousDstEnd

2754     const void* previousDstEnd;
2777 dctx->previousDstEnd = NULL;
3466 if (dst != dctx->previousDstEnd) { /* not contiguous */
3467 dctx->dictEnd = dctx->previousDstEnd;
3468 dctx->vBase = (const char*)dst - ((const char*)(dctx->previousDstEnd) - (const char*)(dctx->base));
3470 dctx->previousDstEnd = dst;
3741 dctx->previousDstEnd = (char*)dst + rSize;
3752 dctx->dictEnd = dctx->previousDstEnd;
3753 dctx->vBase = (const char*)dict - ((const char*)(dctx->previousDstEnd
3755 dctx->previousDstEnd = (const char*)dict + dictSize;