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

/forgerock/web-agents-v4/zlib/
H A Ddeflate.h241 ushf *d_buf; member in struct:internal_state
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
325 s->d_buf[s->last_lit] = 0; \
333 s->d_buf[s->last_lit] = dist; \
H A Dtrees.c1015 s->d_buf[s->last_lit] = (ush)dist;
1072 dist = s->d_buf[lx];
1098 /* 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
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
1058 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);

Completed in 28 milliseconds