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

/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
652 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
689 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
692 or if not at a block boundary for raw deflate). deflateSetDictionary does
893 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
656 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
693 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
696 or if not at a block boundary for raw deflate). deflateSetDictionary does
897 deflateSetDictionary). For raw inflate, this function can be called at any
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dfx_zlib_deflate.c322 int ZEXPORT deflateSetDictionary ( function
/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
H A Ddeflate.c323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function
/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

Completed in 217 milliseconds