Home
last modified time | relevance | path

Searched refs:deflate_huff (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Windows/clrcompression/zlib-intel/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
977 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
982 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1828 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/devel/hyperscan/boost_1_75_0/boost/beast/zlib/detail/
H A Ddeflate_stream.hpp691 deflate_huff(z_params& zs, Flush flush) in deflate_huff() function in boost::beast::zlib::detail::deflate_stream
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/zlib/detail/
H A Ddeflate_stream.hpp691 deflate_huff(z_params& zs, Flush flush) in deflate_huff() function in boost::beast::zlib::detail::deflate_stream
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/zlib/detail/
H A Ddeflate_stream.hpp691 deflate_huff(z_params& zs, Flush flush) in deflate_huff() function in boost::beast::zlib::detail::deflate_stream
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/zlib/detail/
H A Ddeflate_stream.hpp691 deflate_huff(z_params& zs, Flush flush) in deflate_huff() function in boost::beast::zlib::detail::deflate_stream
/dports/devel/boost-libs/boost_1_72_0/boost/beast/zlib/detail/
H A Ddeflate_stream.hpp691 deflate_huff(z_params& zs, Flush flush) in deflate_huff() function in boost::beast::zlib::detail::deflate_stream
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/zlib/detail/
H A Ddeflate_stream.hpp691 deflate_huff(z_params& zs, Flush flush) in deflate_huff() function in boost::beast::zlib::detail::deflate_stream
/dports/devel/boost-docs/boost_1_72_0/boost/beast/zlib/detail/
H A Ddeflate_stream.hpp691 deflate_huff(z_params& zs, Flush flush) in deflate_huff() function in boost::beast::zlib::detail::deflate_stream
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/zlib/
H A Ddeflate.c81 local block_state deflate_huff OF((deflate_state *s, int flush));
818 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1805 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/astro/cfitsio/cfitsio-3.49/zlib/
H A Ddeflate.c81 local block_state deflate_huff OF((deflate_state *s, int flush));
818 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1805 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/math/giacxcas/fltk-1.3.0/zlib/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1807 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/games/libretro-hatari/hatari-561c07e/libretro/utils/zlib/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1807 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/math/glpk/glpk-5.0/src/zlib/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1807 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/zlib/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1810 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/zlib/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1810 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/net/libwebsockets/libwebsockets-v4.2.2/win32port/zlib/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
832 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1819 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate.c115 static block_state deflate_huff (deflate_state *s, int flush);
988 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in PREFIX()
1614 static block_state deflate_huff(deflate_state *s, int flush) { in deflate_huff() function
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate.c115 static block_state deflate_huff (deflate_state *s, int flush);
988 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in PREFIX()
1614 static block_state deflate_huff(deflate_state *s, int flush) { in deflate_huff() function
/dports/lang/mono/mono-5.10.1.57/support/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1807 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate.c115 static block_state deflate_huff (deflate_state *s, int flush);
988 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in PREFIX()
1614 static block_state deflate_huff(deflate_state *s, int flush) { in deflate_huff() function
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/
H A Ddeflate.c115 static block_state deflate_huff (deflate_state *s, int flush);
988 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in PREFIX()
1614 static block_state deflate_huff(deflate_state *s, int flush) { in deflate_huff() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/zlib/
H A Ddeflate.c83 local block_state deflate_huff OF((deflate_state *s, int flush));
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1807 local block_state deflate_huff(s, flush) in deflate_huff() function
/dports/security/cryptlib/cryptlib-3.4.3/zlib/
H A Ddeflate.c112 local block_state deflate_huff OF((deflate_state *s, int flush));
822 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in deflate()
1792 local block_state deflate_huff(deflate_state *s, int flush) /* pcg */ in deflate_huff() function
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Ddeflate.c115 static block_state deflate_huff (deflate_state *s, int flush);
991 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in PREFIX()
1606 static block_state deflate_huff(deflate_state *s, int flush) { in deflate_huff() function
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Ddeflate.c115 static block_state deflate_huff (deflate_state *s, int flush);
991 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in PREFIX()
1606 static block_state deflate_huff(deflate_state *s, int flush) { in deflate_huff() function

12345678910>>...27