Lines Matching defs:overlay
820 ushf *overlay;
821 /* We overlay pending_buf and d_buf+l_buf. This works since the average
875 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
876 s->pending_buf = (uchf *) overlay;
886 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1220 ushf *overlay;
1240 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1241 ds->pending_buf = (uchf *) overlay;
1256 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
3204 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */