activemq-cpp-3.4.0

src/main/decaf/internal/util/zip/gzguts.h File Reference

#include <stdio.h>
#include "zlib.h"
#include <fcntl.h>

Go to the source code of this file.

Data Structures

struct  gz_state

Defines

#define ZLIB_INTERNAL
#define local   static
#define zstrerror()   "stdio error (consult errno)"
#define GZBUFSIZE   8192
#define GZ_NONE   0
#define GZ_READ   7247
#define GZ_WRITE   31153
#define GZ_APPEND   1
#define LOOK   0
#define COPY   1
#define GZIP   2
#define GT_OFF(x)   (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())

Typedefs

typedef gz_state FAR * gz_statep

Functions

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

Define Documentation

#define COPY   1
#define GT_OFF (   x)    (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
#define GZ_APPEND   1
#define GZ_NONE   0
#define GZ_READ   7247
#define GZ_WRITE   31153
#define GZBUFSIZE   8192
#define GZIP   2
#define local   static
#define LOOK   0
#define ZLIB_INTERNAL
#define zstrerror ( )    "stdio error (consult errno)"

Typedef Documentation

typedef gz_state FAR* gz_statep

Function Documentation

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