Searched defs:gzrewind (Results 1 – 18 of 18) sorted by relevance
269 int Z_EXPORT PREFIX(gzrewind)(gzFile file) { in PREFIX() argument338 if (PREFIX(gzrewind)(file) == -1) /* rewind, then skip to offset */ in PREFIX4() local
226 function gzrewind (file : gzFile) return Int; subprogspec
253 int ZEXPORT gzrewind(file) in gzrewind() function
74 # define gzrewind z_gzrewind macro
343 int ZEXPORT gzrewind(file) in gzrewind() function
99 #define gzrewind Cr_z_gzrewind macro
103 # define gzrewind z_gzrewind macro
91 # define gzrewind z_gzrewind macro
107 # define gzrewind z_gzrewind macro
346 int ZEXPORT gzrewind(file) in gzrewind() function
177 pub fn gzrewind(file: gzFile) -> c_int; in gzrewind() function