Home
last modified time | relevance | path

Searched refs:deflateSetDictionary (Results 1 – 25 of 33) sorted by relevance

12

/external/zlib/src/old/os2/
Dzlib.def21 deflateSetDictionary
/external/zlib/src/win32/
Dzlib.def10 deflateSetDictionary
/external/zlib/src/contrib/pascal/
Dzlibpas.pas116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; in deflateSetDictionary() function
205 function deflateSetDictionary; external; in deflateSetDictionary() function
Dexample.pas461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def17 deflateSetDictionary @11
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def17 deflateSetDictionary @11
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def17 deflateSetDictionary @11
/external/zlib/src/contrib/ada/
Dzlib-thin.ads133 function deflateSetDictionary subprogspec
392 pragma Import (C, deflateSetDictionary, "deflateSetDictionary");
/external/u-boot/include/u-boot/
Dzlib.h74 # define deflateSetDictionary z_deflateSetDictionary macro
527 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
/external/zlib/
Dlibz.map.txt121 deflateSetDictionary;
Dzconf.h56 # define deflateSetDictionary z_deflateSetDictionary macro
Dzlib.h611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
/external/zlib/src/examples/
DREADME.examples34 and deflateSetDictionary()
Dgzappend.c370 deflateSetDictionary(strm, window, have); in gzscan()
Dgzlog.c638 deflateSetDictionary(&strm, buf, (uint)dict); in log_compress()
/external/libtextclassifier/utils/zlib/
Dzlib.cc137 deflateSetDictionary(&stream_, dictionary, dictionary_size) != Z_OK) { in ZlibCompressor()
/external/freetype/src/gzip/
Dftzconf.h23 # define deflateSetDictionary z_deflateSetDictionary macro
/external/python/cpython2/Modules/zlib/
Dzconf.h56 # define deflateSetDictionary z_deflateSetDictionary macro
Dexample.c471 err = deflateSetDictionary(&c_stream,
Dzlib.h611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
Dzconf.h.in56 # define deflateSetDictionary z_deflateSetDictionary macro
Dzconf.h.cmakein58 # define deflateSetDictionary z_deflateSetDictionary
/external/zlib/src/
Dzconf.h56 # define deflateSetDictionary z_deflateSetDictionary macro
Dzlib.h611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
/external/zlib/src/test/
Dexample.c471 err = deflateSetDictionary(&c_stream,

12