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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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)
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dzconf.h34 # define inflateSetDictionary z_inflateSetDictionary macro
333 # pragma map(inflateSetDictionary,"INSEDI")
H A Dzconf.in.h32 # define inflateSetDictionary z_inflateSetDictionary macro
327 # pragma map(inflateSetDictionary,"INSEDI")
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 Dexample.c495 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
H A Dinflate.c1179 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dzconf.h30 # define inflateSetDictionary z_inflateSetDictionary macro
325 # pragma map(inflateSetDictionary,"INSEDI")
H A Dzconf.in.h30 # define inflateSetDictionary z_inflateSetDictionary macro
325 # pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h430 If a preset dictionary is needed after this call (see inflateSetDictionary
546 dictionary (see inflateSetDictionary).
736 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
750 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
753 expected one (incorrect adler32 value). inflateSetDictionary does not
H A Dexample.c493 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
H A Dinflate.c1169 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h77 # define inflateSetDictionary z_inflateSetDictionary macro
306 # pragma map(inflateSetDictionary,"INSEDI")
664 If a preset dictionary is needed at this point (see inflateSetDictionary
749 dictionary (see inflateSetDictionary).
862 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
871 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
874 expected one (incorrect Adler32 value). inflateSetDictionary does not
H A Dzlib.c3377 DICT0, /* waiting for inflateSetDictionary */
3637 int ZEXPORT inflateSetDictionary(z_streamp z,
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas102 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
181 function inflateSetDictionary; external; function
H A Dexample.pas513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dzlibpas.pas102 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
181 function inflateSetDictionary; external; function
H A Dexample.pas513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dzran.c8 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
285 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dzran.c6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
283 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
/netbsd-6-1-5-RELEASE/common/dist/zlib/as400/
H A Dzlib.inc267 D inflateSetDictionary...
268 D PR 10I 0 extproc('inflateSetDictionary') Init. dictionary
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc267 D inflateSetDictionary...
268 D PR 10I 0 extproc('inflateSetDictionary') Init. dictionary

Completed in 195 milliseconds