Searched defs:gzflush (Results 1 – 10 of 10) sorted by relevance
426 int ZEXPORT gzflush(file, flush) in gzflush() function
63 # define gzflush z_gzflush macro
528 int ZEXPORT gzflush(gzFile file, int flush) { in gzflush() function
87 #define gzflush Cr_z_gzflush macro
77 # define gzflush z_gzflush macro
93 # define gzflush z_gzflush macro
529 int ZEXPORT gzflush(gzFile file, int flush) { in gzflush() function
363 pub fn gzflush(file: gzFile, flush: c_int) -> c_int; in gzflush() function