Home
last modified time | relevance | path

Searched refs:pending_buf (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/zlib_deflate/
Ddefutil.h74 Byte *pending_buf; /* output still pending */ member
262 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
Ddeflate.c239 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()
Ddeftree.c1110 memcpy(&s->pending_buf[s->pending], buf, len);