Home
last modified time | relevance | path

Searched refs:stored_len (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dtrees.c863 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() argument
866 ulg stored_len; /* length of input block */
871 put_short(s, (ush)stored_len);
872 put_short(s, (ush)~stored_len);
874 s->pending += stored_len;
877 s->compressed_len += (stored_len + 4) << 3;
879 s->bits_sent += stored_len<<3;
911 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument
914 ulg stored_len; /* length of input block */
962 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
[all …]
H A Ddeflate.h302 ulg stored_len, int last));
306 ulg stored_len, int last));