Searched refs:_tr_stored_block (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | deflate.h | 300 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
| D | zconf.h | 38 # define _tr_stored_block z__tr_stored_block macro
|
| D | trees.c | 863 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() function 975 _tr_stored_block(s, buf, stored_len, last);
|
| D | deflate.c | 1079 _tr_stored_block(s, (char*)0, 0L, 0); 1739 _tr_stored_block(s, (char *)0, 0L, last); 1863 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
| D | zconf.h.in | 27 # define _tr_stored_block z__tr_stored_block macro
|
| D | ChangeLog | 34 - Avoid an undefined behavior of memcpy() in _tr_stored_block()
|