Searched refs:deflateSetDictionary (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/lib/libz/
H A Dzconf.h57 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h614 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
651 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
654 or if not at a block boundary for raw deflate). deflateSetDictionary does
900 deflateSetDictionary). For raw inflate, this function can be called at any
H A Ddeflate.c546 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, function
/openbsd-current/lib/libz/
H A Dzconf.h57 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h614 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
651 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
654 or if not at a block boundary for raw deflate). deflateSetDictionary does
900 deflateSetDictionary). For raw inflate, this function can be called at any
H A Ddeflate.c546 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, function
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzconf.h56 # define deflateSetDictionary Perl_crz_deflateSetDictionary macro
H A Dzlib.h610 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
647 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
650 or if not at a block boundary for raw deflate). deflateSetDictionary does
895 deflateSetDictionary). For raw inflate, this function can be called at any
H A Ddeflate.c411 int ZEXPORT deflateSetDictionary ( function
/openbsd-current/regress/lib/libz/
H A Dexample.c419 err = deflateSetDictionary(&c_stream,
421 CHECK_ERR(err, "deflateSetDictionary");
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm1098 C<deflateInit2> and C<deflateSetDictionary>.
1162 call C<deflateSetDictionary> directly after calling C<deflateInit>. The
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs197 # define CRZ_deflateSetDictionary deflateSetDictionary
1086 warn("deflateSetDictionary returned %d\n", err);
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm678 and C<deflateSetDictionary>.
744 call C<deflateSetDictionary> directly after calling C<deflateInit>. The

Completed in 214 milliseconds