Searched refs:sym_buf (Results 1 – 3 of 3) sorted by relevance
230 uchf *sym_buf; /* buffer for distances and literals/lengths */ member359 s->sym_buf[s->sym_next++] = 0; \360 s->sym_buf[s->sym_next++] = 0; \361 s->sym_buf[s->sym_next++] = cc; \368 s->sym_buf[s->sym_next++] = (uch)dist; \369 s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \370 s->sym_buf[s->sym_next++] = len; \
913 dist = s->sym_buf[sx++] & 0xff; in compress_block()914 dist += (unsigned)(s->sym_buf[sx++] & 0xff) << 8; in compress_block()915 lc = s->sym_buf[sx++]; in compress_block()1100 s->sym_buf[s->sym_next++] = (uch)dist;1101 s->sym_buf[s->sym_next++] = (uch)(dist >> 8);1102 s->sym_buf[s->sym_next++] = (uch)lc;
520 s->sym_buf = s->pending_buf + s->lit_bufsize; in deflateInit2_()757 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3)) in deflatePrime()1367 ds->sym_buf = ds->pending_buf + ds->lit_bufsize; in deflateCopy()1368 zmemcpy(ds->sym_buf, ss->sym_buf, ss->sym_next); in deflateCopy()