Go to the source code of this file.
|
void gz_reset | OF ((gz_statep)) |
|
gzFile gz_open | OF ((const void *, int, const char *)) |
|
void | gz_reset (gz_statep state) |
|
gzFile | gz_open (void *path, int fd, const char *mode) const |
|
gzFile ZEXPORT | gzopen (char *path, const char *mode) const |
|
gzFile ZEXPORT | gzopen64 (char *path, const char *mode) const |
|
gzFile ZEXPORT | gzdopen (int fd, const char *mode) |
|
int ZEXPORT | gzbuffer (gzFile file, unsigned size) |
|
int ZEXPORT | gzrewind (gzFile file) |
|
z_off64_t ZEXPORT | gzseek64 (gzFile file, z_off64_t offset, int whence) |
|
z_off_t ZEXPORT | gzseek (gzFile file, z_off_t offset, int whence) |
|
z_off64_t ZEXPORT | gztell64 (gzFile file) |
|
z_off_t ZEXPORT | gztell (gzFile file) |
|
z_off64_t ZEXPORT | gzoffset64 (gzFile file) |
|
z_off_t ZEXPORT | gzoffset (gzFile file) |
|
int ZEXPORT | gzeof (gzFile file) |
|
const char *ZEXPORT | gzerror (gzFile file, int *errnum) |
|
void ZEXPORT | gzclearerr (gzFile file) |
|
void ZLIB_INTERNAL | gz_error (gz_statep state, int err, const char *msg) |
|
unsigned ZLIB_INTERNAL | gz_intmax () |
|
◆ LSEEK
◆ gz_error()
Definition at line 579 of file gzlib.c.
610 #if !defined(NO_snprintf) && !defined(NO_vsnprintf) struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
char * strcat(char *DstString, const char *SrcString)
ACPI_SIZE strlen(const char *String)
char * strcpy(char *DstString, const char *SrcString)
Referenced by gz_comp(), gz_decomp(), gz_init(), gz_load(), gz_look(), gz_reset(), gzclearerr(), gzclose_r(), gzclose_w(), gzfread(), gzfwrite(), gzread(), gzseek64(), gzungetc(), and gzwrite().
◆ gz_intmax()
Definition at line 625 of file gzlib.c.
GLdouble GLdouble GLdouble GLdouble q
◆ gz_open()
Definition at line 91 of file gzlib.c.
131 #ifndef NO_GZCOMPRESS 213 #if !defined(NO_snprintf) && !defined(NO_vsnprintf) 228 (cloexec ? O_CLOEXEC : 0) |
234 (exclusive ?
O_EXCL : 0) |
246 if (
state->fd == -1) {
_CRTIMP int __cdecl _wopen(const wchar_t *_Filename, int _OpenFlag,...)
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
ACPI_SIZE strlen(const char *String)
GLsizei const GLchar ** path
#define Z_DEFAULT_COMPRESSION
char * strcpy(char *DstString, const char *SrcString)
size_t __cdecl wcstombs(_Out_writes_opt_z_(_MaxCount) char *_Dest, _In_z_ const wchar_t *_Source, _In_ size_t _MaxCount)
#define Z_DEFAULT_STRATEGY
void gz_reset(gz_statep state)
Referenced by gzdopen(), gzopen(), and gzopen64().
◆ gz_reset()
Definition at line 75 of file gzlib.c.
87 state->strm.avail_in = 0;
void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg)
Referenced by gz_open(), and gzrewind().
◆ gzbuffer()
◆ gzclearerr()
Definition at line 553 of file gzlib.c.
void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg)
◆ gzdopen()
Definition at line 286 of file gzlib.c.
295 #if !defined(NO_snprintf) && !defined(NO_vsnprintf) struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
GLsizei const GLchar ** path
#define sprintf(buf, format,...)
gzFile gz_open(void *path, int fd, const char *mode) const
◆ gzeof()
◆ gzerror()
◆ gzoffset()
Definition at line 505 of file gzlib.c.
z_off64_t ZEXPORT gzoffset64(gzFile file)
◆ gzoffset64()
◆ gzopen()
Definition at line 270 of file gzlib.c.
gzFile gz_open(void *path, int fd, const char *mode) const
◆ gzopen64()
Definition at line 278 of file gzlib.c.
gzFile gz_open(void *path, int fd, const char *mode) const
◆ gzrewind()
◆ gzseek()
Definition at line 443 of file gzlib.c.
z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence)
◆ gzseek64()
Definition at line 366 of file gzlib.c.
393 else if (
state->seek)
408 state->strm.avail_in = 0;
int ZEXPORT gzrewind(gzFile file)
void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg)
Referenced by gzseek().
◆ gztell()
Definition at line 472 of file gzlib.c.
z_off64_t ZEXPORT gztell64(gzFile file)
◆ gztell64()
◆ OF() [1/2]
◆ OF() [2/2]