Lines Matching refs:DIST
363 unsigned copy, dist;
390 dist = state->wsize - state->wnext;
391 if (dist > copy) dist = copy;
392 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist);
393 copy -= dist;
400 state->wnext += dist;
402 if (state->whave < state->wsize) state->whave += dist;
1064 state->mode = DIST;
1065 case DIST: