MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _tr_flush_bits

Function _tr_flush_bits

freebsd/contrib/zlib/trees.c:886–890  ·  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

884 * Flush the bits in the bit buffer to pending output (leaves at most 7 bits)
885 */
886void ZLIB_INTERNAL _tr_flush_bits(s)
887 deflate_state *s;
888{
889 bi_flush(s);
890}
891
892/* ===========================================================================
893 * 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