Home | History | Annotate | Download | only in zlib

Lines Matching refs:copy_block

160 local void copy_block     OF((deflate_state *s, charf *buf, unsigned len,
882 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1222 local void copy_block(s, buf, len, header)