Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
gzguts.h File Reference
#include <stdio.h>
#include "zstd_zlibwrapper.h"
#include "gzcompatibility.h"
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>

Go to the source code of this file.

Data Structures

struct  gz_state
 
union  gz_statep
 

Macros

#define ZLIB_INTERNAL
 
#define _POSIX_SOURCE
 
#define local   static
 
#define zstrerror()
 
#define DEF_MEM_LEVEL   MAX_MEM_LEVEL
 
#define GZBUFSIZE   8192
 
#define GZ_NONE   0
 
#define GZ_READ   7247
 
#define GZ_WRITE   31153
 
#define GZ_APPEND   1 /* mode set to GZ_WRITE after the file is opened */
 
#define LOOK   0 /* look for a gzip header */
 
#define COPY   1 /* copy input directly */
 
#define GZIP   2 /* decompress a gzip stream */
 
#define GT_OFF(x)
 

Functions

voidp malloc _Z_OF ((uInt size))
 
void free _Z_OF ((voidpf ptr))
 
ZEXTERN gzFile ZEXPORT gzopen64 _Z_OF ((const char *, const char *))
 
ZEXTERN z_off64_t ZEXPORT gzseek64 _Z_OF ((gzFile, z_off64_t, int))
 
ZEXTERN z_off64_t ZEXPORT gztell64 _Z_OF ((gzFile))
 
void ZLIB_INTERNAL gz_error _Z_OF ((gz_statep, int, const char *))
 
unsigned ZLIB_INTERNAL gz_intmax _Z_OF ((void))
 

Macro Definition Documentation

◆ _POSIX_SOURCE

#define _POSIX_SOURCE

◆ COPY

#define COPY   1 /* copy input directly */

◆ DEF_MEM_LEVEL

#define DEF_MEM_LEVEL   MAX_MEM_LEVEL

◆ GT_OFF

#define GT_OFF ( x)
Value:
(sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
int
Definition lzoconf.h:340
#define z_off64_t
Definition zconf.h:513
unsigned ZLIB_INTERNAL gz_intmax()
Definition gzlib.c:700

◆ GZ_APPEND

#define GZ_APPEND   1 /* mode set to GZ_WRITE after the file is opened */

◆ GZ_NONE

#define GZ_NONE   0

◆ GZ_READ

#define GZ_READ   7247

◆ GZ_WRITE

#define GZ_WRITE   31153

◆ GZBUFSIZE

#define GZBUFSIZE   8192

◆ GZIP

#define GZIP   2 /* decompress a gzip stream */

◆ local

#define local   static

◆ LOOK

#define LOOK   0 /* look for a gzip header */

◆ ZLIB_INTERNAL

#define ZLIB_INTERNAL

◆ zstrerror

#define zstrerror ( )
Value:
strerror(errno)

Function Documentation

◆ _Z_OF() [1/7]

ZEXTERN gzFile ZEXPORT gzopen64 _Z_OF ( (const char *, const char *) )

◆ _Z_OF() [2/7]

void ZLIB_INTERNAL gz_error _Z_OF ( (gz_statep, int, const char *) )

◆ _Z_OF() [3/7]

◆ _Z_OF() [4/7]

◆ _Z_OF() [5/7]

voidp malloc _Z_OF ( (uInt size) )
extern

◆ _Z_OF() [6/7]

ZEXTERN uLong ZEXPORT z_zlibCompileFlags _Z_OF ( (void) )

◆ _Z_OF() [7/7]

void free _Z_OF ( (voidpf ptr) )
extern