Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/zlib/
H A Dtrees.c186 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
935 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ in _tr_stored_block()
1265 copy_block(deflate_state *s, charf *buf, unsigned len, int header) function