l_buf             305 tools/packfi2/deflate.c     s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
l_buf             939 tools/packfi2/deflate.c     ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
l_buf             214 tools/packfi2/deflate.h     uchf *l_buf;          /* buffer for literals or lengths */
l_buf             311 tools/packfi2/deflate.h     s->l_buf[s->last_lit++] = cc; \
l_buf             319 tools/packfi2/deflate.h     s->l_buf[s->last_lit++] = len; \
l_buf            1028 tools/packfi2/trees.c     s->l_buf[s->last_lit++] = (uch)lc;
l_buf            1085 tools/packfi2/trees.c         lc = s->l_buf[lx++];