/external/grpc-grpc/src/core/lib/compression/ |
D | stream_compression_gzip.cc | 41 GPR_ASSERT(flush == 0 || flush == Z_SYNC_FLUSH || flush == Z_FINISH); in gzip_flate() 79 if (flush == Z_SYNC_FLUSH) { in gzip_flate() 155 gzip_flush = Z_SYNC_FLUSH; in grpc_stream_compress_gzip() 180 Z_SYNC_FLUSH, end_of_context); in grpc_stream_decompress_gzip()
|
/external/libtextclassifier/utils/zlib/ |
D | zlib.cc | 68 return (inflate(&stream_, Z_SYNC_FLUSH) == Z_OK); in Decompress() 166 status = deflate(&stream_, Z_SYNC_FLUSH); in Compress()
|
/external/zlib/src/contrib/testzlib/ |
D | testzlib.c | 209 ret=deflate(&zcpr,(zcpr.avail_in==lOrigToDo) ? Z_FINISH : Z_SYNC_FLUSH); in main() 250 ret=inflate(&zcpr,Z_SYNC_FLUSH); in main()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_outputbuffer.h | 145 return flush_mode == Z_SYNC_FLUSH || flush_mode == Z_FULL_FLUSH; in IsSyncOrFullFlush()
|
D | record_reader_writer_test.cc | 115 options.zlib_options.flush_mode = Z_SYNC_FLUSH; in TEST()
|
/external/freetype/src/gzip/ |
D | zlib.h | 127 #define Z_SYNC_FLUSH 2 macro
|
/external/python/cpython3/Lib/test/ |
D | test_zlib.py | 494 second = co.flush(zlib.Z_SYNC_FLUSH) 532 d0 = co.compress(piece) + co.flush(zlib.Z_SYNC_FLUSH) 533 d1 = co.compress(piece[100:]) + co.flush(zlib.Z_SYNC_FLUSH) 534 d2 = co.compress(piece[:-100]) + co.flush(zlib.Z_SYNC_FLUSH)
|
/external/libevent/test/ |
D | regress_zlib.c | 118 return Z_SYNC_FLUSH; in getstate()
|
/external/perfetto/src/perfetto_cmd/ |
D | packet_writer.cc | 165 CheckEq(deflate(&stream_, Z_SYNC_FLUSH), Z_OK); in WritePacket()
|
/external/u-boot/lib/ |
D | gunzip.c | 223 r = inflate(&s, Z_SYNC_FLUSH); in gzwrite()
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 70 Z_SYNC_FLUSH = 2;
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 60 Z_SYNC_FLUSH : constant := 2; -- zlib.h:127
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 467 #define Z_SYNC_FLUSH 2 macro
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 632 err = inflate(&self->zst, Z_SYNC_FLUSH); in PyZlib_objdecompress() 1151 PyModule_AddIntConstant(m, "Z_SYNC_FLUSH", Z_SYNC_FLUSH); in PyInit_zlib()
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 798 err = inflate(&self->zst, Z_SYNC_FLUSH); in zlib_Decompress_decompress_impl() 1382 PyModule_AddIntMacro(m, Z_SYNC_FLUSH); in PyInit_zlib()
|
/external/python/cpython2/Doc/library/ |
D | zlib.rst | 212 :const:`Z_SYNC_FLUSH`, :const:`Z_FULL_FLUSH`, or :const:`Z_FINISH`, 213 defaulting to :const:`Z_FINISH`. :const:`Z_SYNC_FLUSH` and
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 169 Z_SYNC_FLUSH = 2;
|
/external/curl/src/ |
D | tool_hugehelp.c | 8239 status = inflate(&z, Z_SYNC_FLUSH); in hugehelp()
|
/external/python/cpython2/Lib/ |
D | gzip.py | 387 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_error_decode.c | 318 switch (inflate(&zstream, Z_SYNC_FLUSH)) { in zlib_inflate()
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 170 #define Z_SYNC_FLUSH 2 macro
|
/external/zlib/src/ |
D | zlib.h | 170 #define Z_SYNC_FLUSH 2 macro
|
/external/zlib/ |
D | zlib.h | 170 #define Z_SYNC_FLUSH 2 macro
|
/external/python/cpython3/Lib/ |
D | gzip.py | 321 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
|
/external/libpng/ |
D | pngpread.c | 671 ret = PNG_INFLATE(png_ptr, Z_SYNC_FLUSH); in png_process_IDAT_data()
|