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

/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1014 s->l_buf[s->last_lit++] = (uch)lc;
1065 unsigned lx = 0; /* running index in l_buf */
1071 lc = s->l_buf[lx++];
1096 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1057 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;

Completed in 41 milliseconds