Home
last modified time | relevance | path

Searched refs:Z_SYNC_FLUSH (Results 1 – 25 of 47) sorted by relevance

12

/external/grpc-grpc/src/core/lib/compression/
Dstream_compression_gzip.cc41 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/
Dzlib.cc68 return (inflate(&stream_, Z_SYNC_FLUSH) == Z_OK); in Decompress()
166 status = deflate(&stream_, Z_SYNC_FLUSH); in Compress()
/external/zlib/src/contrib/testzlib/
Dtestzlib.c209 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/
Dzlib_outputbuffer.h145 return flush_mode == Z_SYNC_FLUSH || flush_mode == Z_FULL_FLUSH; in IsSyncOrFullFlush()
Drecord_reader_writer_test.cc115 options.zlib_options.flush_mode = Z_SYNC_FLUSH; in TEST()
/external/freetype/src/gzip/
Dzlib.h127 #define Z_SYNC_FLUSH 2 macro
/external/python/cpython3/Lib/test/
Dtest_zlib.py494 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/
Dregress_zlib.c118 return Z_SYNC_FLUSH; in getstate()
/external/perfetto/src/perfetto_cmd/
Dpacket_writer.cc165 CheckEq(deflate(&stream_, Z_SYNC_FLUSH), Z_OK); in WritePacket()
/external/u-boot/lib/
Dgunzip.c223 r = inflate(&s, Z_SYNC_FLUSH); in gzwrite()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas70 Z_SYNC_FLUSH = 2;
/external/zlib/src/contrib/ada/
Dzlib-thin.ads60 Z_SYNC_FLUSH : constant := 2; -- zlib.h:127
/external/u-boot/include/u-boot/
Dzlib.h467 #define Z_SYNC_FLUSH 2 macro
/external/python/cpython2/Modules/
Dzlibmodule.c632 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/
Dzlibmodule.c798 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/
Dzlib.rst212 :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/
DZLib.pas169 Z_SYNC_FLUSH = 2;
/external/curl/src/
Dtool_hugehelp.c8239 status = inflate(&z, Z_SYNC_FLUSH); in hugehelp()
/external/python/cpython2/Lib/
Dgzip.py387 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
/external/mesa3d/src/intel/tools/
Daubinator_error_decode.c318 switch (inflate(&zstream, Z_SYNC_FLUSH)) { in zlib_inflate()
/external/python/cpython2/Modules/zlib/
Dzlib.h170 #define Z_SYNC_FLUSH 2 macro
/external/zlib/src/
Dzlib.h170 #define Z_SYNC_FLUSH 2 macro
/external/zlib/
Dzlib.h170 #define Z_SYNC_FLUSH 2 macro
/external/python/cpython3/Lib/
Dgzip.py321 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
/external/libpng/
Dpngpread.c671 ret = PNG_INFLATE(png_ptr, Z_SYNC_FLUSH); in png_process_IDAT_data()

12