Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dtrees.c859 ulg stored_len, int last) { in _tr_stored_block() argument
862 put_short(s, (ush)stored_len); in _tr_stored_block()
863 put_short(s, (ush)~stored_len); in _tr_stored_block()
864 if (stored_len) in _tr_stored_block()
865 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); in _tr_stored_block()
866 s->pending += stored_len; in _tr_stored_block()
869 s->compressed_len += (stored_len + 4) << 3; in _tr_stored_block()
871 s->bits_sent += stored_len << 3; in _tr_stored_block()
996 ulg stored_len, int last) { argument
1029 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
[all …]
H A Ddeflate.h308 ulg stored_len, int last);
312 ulg stored_len, int last);