Searched defs:gzflush (Results 1 – 20 of 20) sorted by relevance
218 function gzflush (file : gzFile; flush : Int) return Int; subprogspec
423 int Z_EXPORT PREFIX(gzflush)(gzFile file, int flush) { in PREFIX() argument
64 # define gzflush @ZLIB_SYMBOL_PREFIX@gzflush macro
426 int ZEXPORT gzflush(file, flush) in gzflush() function
63 # define gzflush z_gzflush macro
553 int ZEXPORT gzflush(file, flush) in gzflush() function
74 # define gzflush z_gzflush macro
84 #define gzflush Cr_z_gzflush macro
90 # define gzflush z_gzflush macro
559 int ZEXPORT gzflush(file, flush) in gzflush() function
565 int ZEXPORT gzflush(file, flush) in gzflush() function
87 #define gzflush Cr_z_gzflush macro
93 # define gzflush z_gzflush macro
77 # define gzflush z_gzflush macro
284 pub fn gzflush(file: gzFile, flush: c_int) -> c_int; in gzflush() function