Searched refs:_tr_stored_block (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | deflate.h | 298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
H A D | zconf.h | 50 # define _tr_stored_block z__tr_stored_block macro
|
H A D | trees.c | 863 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() function 972 _tr_stored_block(s, buf, stored_len, last);
|
H A D | deflate.c | 1066 _tr_stored_block(s, (char*)0, 0L, 0); 1730 _tr_stored_block(s, (char *)0, 0L, last); 1854 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
H A D | ChangeLog | 22 - Avoid an undefined behavior of memcpy() in _tr_stored_block()
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 587 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, 1230 _tr_stored_block(s, (char *)0, 0L, 0); 3086 _tr_stored_block(s, buf, stored_len, eof) in _tr_stored_block() function 3256 _tr_stored_block(s, buf, stored_len, eof);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1497 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|