클래스 | |
struct | gz_state |
매크로 | |
#define | ZLIB_INTERNAL |
#define | _POSIX_SOURCE |
#define | local static |
#define | zstrerror() strerror(errno) |
#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) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) |
타입정의 | |
typedef gz_state FAR * | gz_statep |
함수 | |
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 local static |
gzguts.h 파일의 114 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : F04FocusSolenoid::AddFieldValue(), F04SimpleSolenoid::AddFieldValue(), F04ElementField::Construct().
voidp malloc OF | ( | (uInt size) | ) |
void free OF | ( | (voidpf ptr) | ) |
ZEXTERN gzFile ZEXPORT gzopen64 OF | ( | (const char *, const char *) | ) |
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) | ) |