Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
H A Dzconf.h50 # define _tr_stored_block z__tr_stored_block macro
H A Dtrees.c863 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 Ddeflate.c1066 _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 DChangeLog22 - Avoid an undefined behavior of memcpy() in _tr_stored_block()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c587 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 Dratz.c1497 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,