Searched defs:copy_block (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1197 local void copy_block(s, buf, len, header) function
/illumos-gate/usr/src/boot/lib/libz/
H A 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) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1586 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2234 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2337 copy_block(buf, (unsigned)stored_len, 0); /* without header */
2572 local void copy_block(s, buf, len, header) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2374 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
3098 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
3235 copy_block(s, buf, (unsigned)stored_len, 0);
3501 copy_block(s, buf, len, header) function

Completed in 91 milliseconds