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

/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h30 # define inflateSetDictionary z_inflateSetDictionary macro
328 # 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
/external/open-vcdiff/src/zlib/
H A Dzconf.h30 # define inflateSetDictionary z_inflateSetDictionary macro
328 # 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
/external/qemu/distrib/zlib-1.2.3/
H A Dzconf.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 Dinflate.c1169 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
/external/zlib/src/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,
/external/zlib/src/
H A Dzconf.h105 # define inflateSetDictionary z_inflateSetDictionary macro
499 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzconf.h.cmakein107 # define inflateSetDictionary z_inflateSetDictionary
501 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzconf.h.in105 # define inflateSetDictionary z_inflateSetDictionary
499 #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.c1267 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
/external/zlib/
H A Dzconf.h105 # define inflateSetDictionary z_inflateSetDictionary macro
499 #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
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas127 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
221 function inflateSetDictionary; external; function
H A Dexample.pas513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
/external/zlib/src/examples/
H A Dzran.c6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
283 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
/external/chromium/net/spdy/
H A Dspdy_framer.cc98 rv = inflateSetDictionary(decompressor,
1537 rv = inflateSetDictionary(decompressor, (const Bytef*)kDictionary,
/external/zlib/src/as400/
H A Dzlib.inc356 D inflateSetDictionary...
357 D PR 10I 0 extproc('inflateSetDictionary') Init. dictionary
/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c781 retcode = inflateSetDictionary(decomp,

Completed in 4363 milliseconds