Lines Matching refs:copy
9 * A copy of the License is available at *
41 reg int size, copy;
66 /* copy data from the delta stream to target */
88 { copy = STRGETC(tab);
89 copy = tab->quick[copy + ((k_type-K_QUICK)<<VD_BITS)];
92 { STRGETU(tab,copy);
94 copy += tab->recent[k_type - K_RECENT];
96 copy = c_addr - copy;
99 K_UPDATE(tab->quick,tab->recent,tab->rhere,copy);
102 if(copy >= t || (copy+size) > n_tar) /* out-of-sync */
106 { if((n = t-copy) > size)
108 to = tar+t; fr = tar+copy;