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

12

/external/chromium_org/sdch/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/freetype/src/gzip/
H A Dzconf.h28 # define inflateSetDictionary z_inflateSetDictionary macro
266 # pragma map(inflateSetDictionary,"INSEDI")
/external/chromium_org/third_party/zlib/
H A Dzconf.h97 # define inflateSetDictionary z_inflateSetDictionary macro
424 #pragma map(inflateSetDictionary,"INSEDI")
H A Dmozzconf.h60 #define inflateSetDictionary MOZ_Z_inflateSetDictionary macro
H A Dzlib.h472 If a preset dictionary is needed after this call (see inflateSetDictionary
591 dictionary (see inflateSetDictionary).
789 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
803 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
806 expected one (incorrect adler32 value). inflateSetDictionary does not
/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/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h107 # define inflateSetDictionary z_inflateSetDictionary macro
512 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h61 #define inflateSetDictionary FPDFAPI_inflateSetDictionary macro
534 If a preset dictionary is needed after this call (see inflateSetDictionary
660 inflateSetDictionary).
879 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
894 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
897 expected one (incorrect adler32 value). inflateSetDictionary does not
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h107 # define inflateSetDictionary z_inflateSetDictionary macro
512 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzlib.h65 #define inflateSetDictionary FPDFAPI_inflateSetDictionary macro
538 If a preset dictionary is needed after this call (see inflateSetDictionary
664 inflateSetDictionary).
883 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
898 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
901 expected one (incorrect adler32 value). inflateSetDictionary does not
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h107 # define inflateSetDictionary z_inflateSetDictionary macro
504 #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/
H A Dzconf.h107 # define inflateSetDictionary z_inflateSetDictionary macro
504 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzconf.h.cmakein109 # define inflateSetDictionary z_inflateSetDictionary
506 #pragma map(inflateSetDictionary,"INSEDI")
H A Dzconf.h.in107 # define inflateSetDictionary z_inflateSetDictionary
504 #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/
H A Dzconf.h107 # define inflateSetDictionary z_inflateSetDictionary macro
504 #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.c11 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
288 (void)inflateSetDictionary(&strm, here->window, WINSIZE);
/external/zlib/src/as400/
H A Dzlib.inc356 D inflateSetDictionary...
357 D PR 10I 0 extproc('inflateSetDictionary') Init. dictionary
/external/chromium_org/net/quic/crypto/
H A Dcert_compressor.cc604 if (Z_OK != inflateSetDictionary(&z, dict, zlib_dict.size())) {

Completed in 190 milliseconds

12