MCPcopy Create free account
hub / github.com/hoothin/UserScripts / flush_block_only

Function flush_block_only

Picviewer CE+/dist.user.js:6298–6302  ·  view source on GitHub ↗
(s, last)

Source from the content-addressed store, hash-verified

6296
6297
6298function flush_block_only(s, last) {
6299 trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last);
6300 s.block_start = s.strstart;
6301 flush_pending(s.strm);
6302}
6303
6304
6305function put_byte(s, b) {

Callers 5

deflate_storedFunction · 0.70
deflate_fastFunction · 0.70
deflate_slowFunction · 0.70
deflate_rleFunction · 0.70
deflate_huffFunction · 0.70

Calls 1

flush_pendingFunction · 0.70

Tested by

no test coverage detected