Searched refs:_tr_stored_block (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/zlib/
H A Ddeflate.h311 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
H A Dzconf.h38 # define _tr_stored_block z__tr_stored_block macro
H A Dtrees.c858 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, function
1054 _tr_stored_block(s, buf, stored_len, last);
H A Ddeflate.c1207 _tr_stored_block(s, (char*)0, 0L, 0);
1673 _tr_stored_block(s, (char *)0, 0L, last);
1797 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);

Completed in 208 milliseconds