Home
last modified time | relevance | path

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

/third_party/zlib/
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);
873 if (stored_len)
874 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
875 s->pending += stored_len;
878 s->compressed_len += (stored_len + 4) << 3;
880 s->bits_sent += stored_len << 3;
912 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument
[all …]
Ddeflate.h297 ulg stored_len, int last));
301 ulg stored_len, int last));
/third_party/node/deps/v8/third_party/zlib/
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);
873 if (stored_len)
874 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
875 s->pending += stored_len;
878 s->compressed_len += (stored_len + 4) << 3;
880 s->bits_sent += stored_len<<3;
912 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument
[all …]
Ddeflate.h297 ulg stored_len, int last));
301 ulg stored_len, int last));
/third_party/skia/third_party/externals/zlib/
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);
873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, 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 */
[all …]
Ddeflate.h297 ulg stored_len, int last));
301 ulg stored_len, int last));
/third_party/node/deps/zlib/
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()
997 ulg stored_len, int last) { argument
1030 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
[all …]
Ddeflate.h311 ulg stored_len, int last);
315 ulg stored_len, int last);
/third_party/libwebsockets/win32port/zlib/
Dtrees.c871 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() argument
874 ulg stored_len; /* length of input block */
880 s->compressed_len += (stored_len + 4) << 3;
882 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
925 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument
928 ulg stored_len; /* length of input block */
963 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
970 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
976 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
985 _tr_stored_block(s, buf, stored_len, last);
Ddeflate.h296 ulg stored_len, int last));
299 ulg stored_len, int last));