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

12

/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h23 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
745 deflateSetDictionary). For raw inflate, this function can be called
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h54 #define deflateSetDictionary MOZ_Z_deflateSetDictionary macro
H A Dzconf.h48 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h583 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
615 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
618 or if the compression method is bsort). deflateSetDictionary does not
798 deflateSetDictionary). For raw inflate, this function can be called
/external/freetype/src/gzip/
H A Dzconf.h23 # define deflateSetDictionary z_deflateSetDictionary macro
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
205 function deflateSetDictionary; external; function
H A Dexample.pas461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
462 CHECK_ERR(err, 'deflateSetDictionary');
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h43 #define deflateSetDictionary FPDFAPI_deflateSetDictionary macro
647 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
684 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
687 or if not at a block boundary for raw deflate). deflateSetDictionary does
888 deflateSetDictionary). For raw inflate, this function can be called at any
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h47 #define deflateSetDictionary FPDFAPI_deflateSetDictionary macro
651 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
688 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
691 or if not at a block boundary for raw deflate). deflateSetDictionary does
892 deflateSetDictionary). For raw inflate, this function can be called at any
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
627 or if not at a block boundary for raw deflate). deflateSetDictionary does
828 deflateSetDictionary). For raw inflate, this function can be called at any
/external/zlib/src/
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
627 or if not at a block boundary for raw deflate). deflateSetDictionary does
828 deflateSetDictionary). For raw inflate, this function can be called at any
H A Dzconf.h.cmakein53 # define deflateSetDictionary z_deflateSetDictionary
H A Dzconf.h.in51 # define deflateSetDictionary z_deflateSetDictionary
/external/zlib/
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
627 or if not at a block boundary for raw deflate). deflateSetDictionary does
828 deflateSetDictionary). For raw inflate, this function can be called at any
/external/zlib/src/examples/
H A Dgzappend.c370 deflateSetDictionary(strm, window, have);
H A Dgzlog.c638 deflateSetDictionary(&strm, buf, (uint)dict);
/external/zlib/src/test/
H A Dexample.c471 err = deflateSetDictionary(&c_stream,
473 CHECK_ERR(err, "deflateSetDictionary");
/external/zlib/src/as400/
H A Dzlib.inc318 D deflateSetDictionary...
319 D PR 10I 0 extproc('deflateSetDictionary') Init. dictionary
/external/chromium_org/net/quic/crypto/
H A Dcert_compressor.cc488 rv = deflateSetDictionary(&z, reinterpret_cast<const uint8*>(&zlib_dict[0]),

Completed in 4249 milliseconds

12