Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */ member
329 s->l_buf[s->last_lit++] = cc; \
337 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1020 s->l_buf[s->last_lit++] = (uch)lc;
1077 lc = s->l_buf[lx++];
H A Ddeflate.c344 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1150 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;