Home
last modified time | relevance | path

Searched refs:gzflush (Results 1 – 23 of 23) sorted by relevance

/external/zlib/src/old/os2/
Dzlib.def25 gzflush
/external/zlib/src/win32/
Dzlib.def53 gzflush
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def21 gzflush @15
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def21 gzflush @15
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def21 gzflush @15
/external/zlib/src/contrib/ada/
Dzlib-thin.ads218 function gzflush (file : gzFile; flush : Int) return Int; subprogspec
412 pragma Import (C, gzflush, "gzflush");
/external/zlib/
Dlibz.map.txt127 gzflush;
Dzconf.h74 # define gzflush z_gzflush macro
Dzlib.h1532 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
/external/zlib/src/contrib/iostream2/
Dzstream.h221 return ::gzflush(m_fp, _flush); in flush()
/external/python/cpython2/Modules/zlib/
Dzconf.h74 # define gzflush z_gzflush macro
Dzlib.h1531 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
Dgzwrite.c553 int ZEXPORT gzflush(file, flush) in gzflush() function
Dzconf.h.in74 # define gzflush z_gzflush macro
Dzconf.h.cmakein76 # define gzflush z_gzflush
DChangeLog445 - Fix missing error return in gzflush(), add zlib.h note
1258 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)
1407 - gzflush now calls fflush
/external/zlib/src/
Dzconf.h74 # define gzflush z_gzflush macro
Dzlib.h1532 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
Dgzwrite.c553 int ZEXPORT gzflush(file, flush) in gzflush() function
Dzconf.h.cmakein76 # define gzflush z_gzflush
Dzconf.h.in74 # define gzflush z_gzflush macro
DChangeLog445 - Fix missing error return in gzflush(), add zlib.h note
1258 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)
1407 - gzflush now calls fflush
/external/ImageMagick/MagickCore/
Dblob.c5359 status=gzflush(blob_info->file_info.gzfile,Z_SYNC_FLUSH); in SyncBlob()