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

/freebsd-10.1-release/lib/libz/
H A DSymbol.map81 inflateSetDictionary;
H A Dzconf.h107 # define inflateSetDictionary z_inflateSetDictionary macro
512 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h474 If a preset dictionary is needed after this call (see inflateSetDictionary
600 inflateSetDictionary).
819 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
834 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
837 expected one (incorrect adler32 value). inflateSetDictionary does not
H A Dinflate.c1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
/freebsd-10.1-release/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-10.1-release/sys/net/
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
H A Dzlib.c3068 DICT0, /* waiting for inflateSetDictionary */
3332 int inflateSetDictionary(z, dictionary, dictLength) function
/freebsd-10.1-release/lib/libz/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-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c1587 r = inflateSetDictionary(&cab->stream,

Completed in 113 milliseconds