Searched refs:gzflush (Results 1 – 25 of 44) sorted by relevance
12
25 gzflush
53 gzflush
21 gzflush @15
127 gzflush;
84 #define gzflush Cr_z_gzflush macro
90 # define gzflush z_gzflush macro
218 function gzflush (file : gzFile; flush : Int) return Int; subprogspec412 pragma Import (C, gzflush, "gzflush");
31 EXPORT SYMBOL("gzflush")
218 D gzflush PR 10i 0 extproc('gzflush')
86 # define gzflush z_gzflush macro
221 return ::gzflush(m_fp, _flush); in flush()
63 # define gzflush z_gzflush macro
1319 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
426 int ZEXPORT gzflush(file, flush) in gzflush() function
170 pub fn gzflush(file: gzFile, flush: c_int) -> c_int; in gzflush() function
74 # define gzflush z_gzflush macro
1493 Z_EXTERN int Z_EXPORT gzflush(gzFile file, int flush);
422 int Z_EXPORT PREFIX(gzflush)(gzFile file, int flush) { in PREFIX() argument