Home
last modified time | relevance | path

Searched refs:copy_block (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/zlib/
Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) in copy_block() function