Home | History | Annotate | Download | only in zlib

Lines Matching defs:overlay

225     ushf *overlay;
226 /* We overlay pending_buf and d_buf+l_buf. This works since the average
289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
290 s->pending_buf = (uchf *) overlay;
300 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
939 ushf *overlay;
959 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
960 ds->pending_buf = (uchf *) overlay;
974 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);