Searched refs:inflateSetDictionary (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h83 #define inflateSetDictionary z_inflateSetDictionary macro
H A Dzlib.h432 If a preset dictionary is needed after this call (see inflateSetDictionary
548 dictionary (see inflateSetDictionary).
738 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
752 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
755 expected one (incorrect adler32 value). inflateSetDictionary does not
H A Dinflate.c1196 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
/freebsd-11-stable/sys/sys/
H A Dzlib.h86 # define inflateSetDictionary z_inflateSetDictionary macro
564 inflateSetDictionary below), Z_DATA_ERROR if the input data was corrupted,
659 dictionary (see inflateSetDictionary).
774 extern int EXPORT inflateSetDictionary OF((z_streamp strm,
785 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
788 expected one (incorrect Adler32 value). inflateSetDictionary does not
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c324 ret = inflateSetDictionary(&strm, in, 1);
327 ret = inflateSetDictionary(&strm, out, 0);
331 ret = inflateSetDictionary(&strm, out, 0);
362 ret = inflateSetDictionary(&strm, Z_NULL, 0);
426 ret = inflateSetDictionary(&strm, dict, 257);
H A Dexample.c524 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h120 # define inflateSetDictionary z_inflateSetDictionary macro
535 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h485 If a preset dictionary is needed after this call (see inflateSetDictionary
624 inflateSetDictionary).
885 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
900 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
903 expected one (incorrect Adler-32 value). inflateSetDictionary does not
H A Dinflate.c1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c1583 r = inflateSetDictionary(&cab->stream,
/freebsd-11-stable/sys/libkern/
H A Dzlib.c3068 DICT0, /* waiting for inflateSetDictionary */
3332 int inflateSetDictionary(z, dictionary, dictLength) function

Completed in 115 milliseconds