MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / _tr_flush_bits

Function _tr_flush_bits

extlibs/minizip/src/trees.c:953–958  ·  view source on GitHub ↗

=========================================================================== * Flush the bits in the bit buffer to pending output (leaves at most 7 bits) */

(s)

Source from the content-addressed store, hash-verified

951 * Flush the bits in the bit buffer to pending output (leaves at most 7 bits)
952 */
953void ZLIB_INTERNAL _tr_flush_bits(s)
954
955deflate_state* s;
956{
957 bi_flush(s);
958}
959
960/* ===========================================================================
961 * Send one empty static block to give enough lookahead for inflate.

Callers 2

deflatePrimeFunction · 0.85
flush_pendingFunction · 0.85

Calls 1

bi_flushFunction · 0.85

Tested by

no test coverage detected