Lines Matching refs:copy
46 uInt dist; /* distance back to copy from */
47 } copy; /* if EXT or COPY, where and how much */
95 Bytef *f; /* pointer to copy strings from */
98 /* copy input/output information to locals (UPDATE macro restores) */
138 c->sub.copy.get = e & 15;
160 j = c->sub.copy.get;
176 c->sub.copy.get = e & 15;
177 c->sub.copy.dist = t->base;
192 j = c->sub.copy.get;
194 c->sub.copy.dist += (uInt)b & inflate_mask[j];
196 Tracevv((stderr, "inflate: distance %u\n", c->sub.copy.dist));
199 f = q - c->sub.copy.dist;