Searched refs:stored_len (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | trees.c | 867 void _tr_stored_block(s, buf, stored_len, eof) in _tr_stored_block() argument 870 ulg stored_len; /* length of input block */ 876 s->compressed_len += (stored_len + 4) << 3; 878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ 921 void _tr_flush_block(s, buf, stored_len, eof) in _tr_flush_block() argument 924 ulg stored_len; /* length of input block */ 934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN) 959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 972 if (stored_len+4 <= opt_lenb && buf != (char*)0) { [all …]
|
| D | deflate.h | 284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
| /freebsd-9-stable/lib/libz/ |
| D | trees.c | 865 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() argument 868 ulg stored_len; /* length of input block */ 874 s->compressed_len += (stored_len + 4) << 3; 876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ 907 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument 910 ulg stored_len; /* length of input block */ 945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 958 if (stored_len+4 <= opt_lenb && buf != (char*)0) { 967 _tr_stored_block(s, buf, stored_len, last);
|
| D | deflate.h | 299 ulg stored_len, int last)); 303 ulg stored_len, int last));
|
| /freebsd-9-stable/sys/net/ |
| D | zlib.c | 534 ulg _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 537 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, 2624 void _tr_stored_block(s, buf, stored_len, eof) in _tr_stored_block() argument 2627 ulg stored_len; /* length of input block */ 2632 s->compressed_len += (stored_len + 4) << 3; 2634 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */ 2685 ulg _tr_flush_block(s, buf, stored_len, eof) in _tr_flush_block() argument 2688 ulg stored_len; /* length of input block */ 2722 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, 2729 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ [all …]
|