Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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()
/third_party/zlib/test/
Dminigzip.c176 } *gzFile; typedef
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dminigzip.c176 } *gzFile; typedef
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dminigzip.c176 } *gzFile; typedef
/third_party/libwebsockets/win32port/zlib/
Dzlib.h1165 typedef voidp gzFile; /* opaque gzip file descriptor */ typedef
Dzconf.h115 # define gzFile z_gzFile macro
/third_party/flutter/skia/third_party/externals/zlib/
Dnames.h135 #define gzFile Cr_z_gzFile macro
Dzlib.h1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h150 # define gzFile z_gzFile macro
/third_party/skia/third_party/externals/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
/third_party/node/deps/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
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
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
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dzlib.h1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
Dzconf.h.in147 # define gzFile z_gzFile macro
/third_party/zlib/
Dzlib.h1302 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

12