/external/zlib/src/contrib/pascal/ |
D | example.pas | 195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 281 err := deflateInit(c_stream, Z_BEST_SPEED); 379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
|
D | zlibpas.pas | 106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function 227 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
|
/external/grpc-grpc/test/build/ |
D | zlib.c | 25 deflateInit(Z_NULL, Z_DEFAULT_COMPRESSION); in main()
|
/external/zlib/src/test/ |
D | example.c | 212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 290 err = deflateInit(&c_stream, Z_BEST_SPEED); 387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
|
/external/python/cpython2/Modules/zlib/ |
D | example.c | 212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 290 err = deflateInit(&c_stream, Z_BEST_SPEED); 387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
|
D | compress.c | 41 err = deflateInit(&stream, level);
|
D | zconf.h | 47 # define deflateInit z_deflateInit macro
|
D | zlib.h | 1793 # define deflateInit(strm, level) \ macro
|
/external/zlib/src/ |
D | compress.c | 41 err = deflateInit(&stream, level);
|
D | zconf.h | 47 # define deflateInit z_deflateInit macro
|
D | zlib.h | 1794 # define deflateInit(strm, level) \ macro
|
/external/freetype/src/gzip/ |
D | zlib.h | 815 #define deflateInit(strm, level) \ macro
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 248 function deflateInit subprogspec 421 pragma Import (C, deflateInit, "deflateInit_");
|
/external/zlib/src/examples/ |
D | zpipe.c | 48 ret = deflateInit(&strm, level); in def()
|
D | fitblk.c | 151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
|
/external/libtextclassifier/utils/zlib/ |
D | zlib.cc | 132 if (deflateInit(&stream_, level) != Z_OK) { in ZlibCompressor()
|
/external/libevent/test/ |
D | regress_zlib.c | 300 r = deflateInit(z_output, Z_DEFAULT_COMPRESSION); in test_bufferevent_zlib()
|
/external/perfetto/src/perfetto_cmd/ |
D | packet_writer.cc | 181 CheckEq(deflateInit(&stream_, 9), Z_OK); in WritePacket()
|
/external/zlib/src/contrib/testzlib/ |
D | testzlib.c | 198 deflateInit(&zcpr,cprLevel); in main()
|
/external/zlib/ |
D | zconf.h | 47 # define deflateInit z_deflateInit macro
|
D | zlib.h | 1794 # define deflateInit(strm, level) \ macro
|
/external/pdfium/third_party/libtiff/ |
D | tif_zip.c | 219 if (deflateInit(&sp->stream, sp->zipquality) != Z_OK) { in ZIPSetupEncode()
|
/external/elfutils/libelf/ |
D | elf_compress.c | 113 int zrc = deflateInit (&z, Z_BEST_COMPRESSION); in __libelf_compress()
|
/external/mesa3d/src/util/ |
D | disk_cache.c | 730 int ret = deflateInit(&strm, Z_BEST_COMPRESSION); in deflate_and_write_to_disk()
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 220 err = deflateInit(&zst, level); in PyZlib_compress()
|