Home
last modified time | relevance | path

Searched defs:gzFile (Results 1 – 23 of 23) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs24 private static extern int gzclose(IntPtr gzFile); in gzclose()
27 private static extern int gzwrite(IntPtr gzFile, int data, int length); in gzwrite()
30 private static extern int gzread(IntPtr gzFile, int data, int length); in gzread()
33 private static extern int gzgetc(IntPtr gzFile); in gzgetc()
36 private static extern int gzputc(IntPtr gzFile, int c); in gzputc()
/external/rust/crates/libz-sys/src/
Dlib.rs10 pub type gzFile = *mut gzFile_s; typedef
165 pub fn gzdopen(fd: c_int, mode: *const c_char) -> gzFile; in gzdopen()
166 pub fn gzclearerr(file: gzFile); in gzclearerr()
169 pub fn gzerror(file: gzFile, errnum: *mut c_int) -> *const c_char; in gzerror()
170 pub fn gzflush(file: gzFile, flush: c_int) -> c_int; in gzflush()
172 pub fn gzgets(file: gzFile, buf: *mut c_char, len: c_int) -> *mut c_char; in gzgets()
173 pub fn gzopen(path: *const c_char, mode: *const c_char) -> gzFile; in gzopen()
174 pub fn gzputc(file: gzFile, c: c_int) -> c_int; in gzputc()
175 pub fn gzputs(file: gzFile, s: *const c_char) -> c_int; in gzputs()
176 pub fn gzread(file: gzFile, buf: voidp, len: c_uint) -> c_int; in gzread()
[all …]
/external/oss-fuzz/projects/zlib/
Dminigzip_fuzzer.c94 } *gzFile; typedef
/external/rust/crates/libz-sys/src/zlib/test/
Dminigzip.c176 } *gzFile; typedef
/external/python/cpython2/Modules/zlib/
Dminigzip.c176 } *gzFile; typedef
Dzlib.h1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h.in147 # define gzFile z_gzFile macro
Dzconf.h147 # define gzFile z_gzFile macro
/external/zstd/zlibWrapper/examples/
Dminigzip.c181 } *gzFile; typedef
/external/zlib/contrib/minigzip/
Dminigzip.c176 } *gzFile; typedef
/external/libwebsockets/win32port/zlib/
Dzlib.h1165 typedef voidp gzFile; /* opaque gzip file descriptor */ typedef
Dzconf.h115 # define gzFile z_gzFile macro
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.h1269 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzlib-ng.h1286 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
/external/angle/third_party/zlib/
Dchromeconf.h147 #define gzFile Cr_z_gzFile macro
Dzlib.h1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h159 # define gzFile z_gzFile macro
/external/zlib/
Dchromeconf.h147 #define gzFile Cr_z_gzFile macro
Dzlib.h1349 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h163 # define gzFile z_gzFile macro
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h147 # define gzFile z_gzFile macro
Dzconf.h.in147 # define gzFile z_gzFile macro