Searched defs:gzflush (Results 1 – 15 of 15) sorted by relevance
218 function gzflush (file : gzFile; flush : Int) return Int; subprogspec
422 int Z_EXPORT PREFIX(gzflush)(gzFile file, int flush) { in PREFIX() argument
426 int ZEXPORT gzflush(file, flush) in gzflush() function
63 # define gzflush z_gzflush macro
553 int ZEXPORT gzflush(file, flush) in gzflush() function
84 #define gzflush Cr_z_gzflush macro
90 # define gzflush z_gzflush macro
74 # define gzflush z_gzflush macro
559 int ZEXPORT gzflush(file, flush) in gzflush() function
170 pub fn gzflush(file: gzFile, flush: c_int) -> c_int; in gzflush() function