Searched refs:pending_buf (Results 1 – 3 of 3) sorted by relevance
74 Byte *pending_buf; /* output still pending */ member262 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
239 s->pending_buf = (uch *) overlay; in zlib_deflateInit2()243 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; in zlib_deflateInit2()268 s->pending_out = s->pending_buf; in zlib_deflateReset()322 s->pending_out = s->pending_buf; in flush_pending()
1110 memcpy(&s->pending_buf[s->pending], buf, len);