Searched refs:_tr_stored_block (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | deflate.h | 311 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
|
H A D | zconf.h | 38 # define _tr_stored_block z__tr_stored_block macro
|
H A D | trees.c | 858 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 D | deflate.c | 1207 _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 D | zconf.h.in | 27 # define _tr_stored_block z__tr_stored_block macro
|
H A D | ChangeLog | 62 - Avoid an undefined behavior of memcpy() in _tr_stored_block()
|