Searched refs:copy_block (Results 1 – 1 of 1) sorted by relevance
146 static void copy_block (deflate_state *s, char *buf, unsigned len,749 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ in zlib_tr_stored_block()863 copy_block(s, buf, (unsigned)stored_len, 0); /* without header */1035 static void copy_block( function