Searched refs:deflateSetDictionary (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c321 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function
H A Dzconf.h76 #define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h540 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
572 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
575 or if the compression method is bsort). deflateSetDictionary does not
747 deflateSetDictionary). For raw inflate, this function can be called
/freebsd-11-stable/sys/libkern/
H A Dzlib.c833 int deflateSetDictionary (strm, dictionary, dictLength) function
/freebsd-11-stable/sys/sys/
H A Dzlib.h81 # define deflateSetDictionary z_deflateSetDictionary macro
651 extern int EXPORT deflateSetDictionary OF((z_streamp strm,
673 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
676 stream). deflateSetDictionary does not perform any compression: this will
783 dictionary (see deflateSetDictionary).
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c376 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function
H A Dzconf.h56 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
648 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
651 or if not at a block boundary for raw deflate). deflateSetDictionary does
894 deflateSetDictionary). For raw inflate, this function can be called at any
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c471 err = deflateSetDictionary(&c_stream,
473 CHECK_ERR(err, "deflateSetDictionary");

Completed in 199 milliseconds