Home
last modified time | relevance | path

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

/linux/lib/zlib_deflate/
H A Ddefutil.h192 uch *l_buf; /* buffer for literals or lengths */ member
H A Ddeftree.c922 s->l_buf[s->last_lit++] = (uch)lc;
978 lc = s->l_buf[lx++];
H A Ddeflate.c200 /* We overlay pending_buf and d_buf+l_buf. This works since the average in zlib_deflateInit2()
269 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; in zlib_deflateInit2()