Home
last modified time | relevance | path

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

/freebsd/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, in _tr_stored_block() function
1054 _tr_stored_block(s, buf, stored_len, last);
H A Ddeflate.c1207 _tr_stored_block(s, (char*)0, 0L, 0); in deflate()
1673 _tr_stored_block(s, (char *)0, 0L, last); in deflate_stored()
1797 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last); in deflate_stored()
H A Dzconf.h.in27 # define _tr_stored_block z__tr_stored_block macro
H A DChangeLog62 - Avoid an undefined behavior of memcpy() in _tr_stored_block()