Searched refs:gzflush (Results 1 – 21 of 21) sorted by relevance
25 gzflush
49 gzflush
21 gzflush @15
218 function gzflush (file : gzFile; flush : Int) return Int; subprogspec412 pragma Import (C, gzflush, "gzflush");
55 EXPORT SYMBOL("gzflush")
199 D gzflush PR 10i 0 extproc('gzflush')
221 return ::gzflush(m_fp, _flush); in flush()
69 # define gzflush z_gzflush macro
464 int ZEXPORT gzflush( in gzflush() function
1481 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
1412 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
465 int ZEXPORT gzflush(file, flush) in gzflush() function
71 # define gzflush z_gzflush
402 - Fix missing error return in gzflush(), add zlib.h note1215 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)1364 - gzflush now calls fflush
4263 status=gzflush(image->blob->file_info.gzfile,Z_SYNC_FLUSH); in SyncBlob()