Home
last modified time | relevance | path

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

/external/zlib/src/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/zlib/src/test/
Dminigzip.c176 } *gzFile; typedef
/external/python/cpython2/Modules/zlib/
Dminigzip.c176 } *gzFile; typedef
Dzlib.h1224 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h.in134 # define gzFile z_gzFile macro
Dzconf.h134 # define gzFile z_gzFile macro
/external/syslinux/com32/include/
Dzlib.h1165 typedef voidp gzFile; /* opaque gzip file descriptor */ typedef
Dzconf.h114 # define gzFile z_gzFile macro
/external/zlib/src/
Dzlib.h1224 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h.in134 # define gzFile z_gzFile macro
Dzconf.h134 # define gzFile z_gzFile macro
/external/zlib/
Dzlib.h1224 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h134 # define gzFile z_gzFile macro
/external/pdfium/third_party/zlib_v128/
Dzconf.h134 # define gzFile z_gzFile macro
Dzlib.h1293 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef