#include <stdio.h>
#include "zlib.h"
#include <fcntl.h>
#include <errno.h>
 
Go to the source code of this file.
◆ COPY
      
        
          | #define COPY   1      /* copy input directly */ | 
        
      
 
 
◆ DEF_MEM_LEVEL
      
        
          | #define DEF_MEM_LEVEL   MAX_MEM_LEVEL | 
        
      
 
 
◆ GT_OFF
      
        
          | #define GT_OFF | 
          ( | 
            | 
          x | ) | 
             (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) | 
        
      
 
 
◆ GZ_APPEND
      
        
          | #define GZ_APPEND   1     /* mode set to GZ_WRITE after the file is opened */ | 
        
      
 
 
◆ GZ_NONE
◆ GZ_READ
◆ GZ_WRITE
◆ GZBUFSIZE
◆ GZIP
      
        
          | #define GZIP   2      /* decompress a gzip stream */ | 
        
      
 
 
◆ local
◆ LOOK
      
        
          | #define LOOK   0      /* look for a gzip header */ | 
        
      
 
 
◆ ZLIB_INTERNAL
◆ zstrerror
      
        
          | #define zstrerror | 
          ( | 
           | ) | 
             strerror(errno) | 
        
      
 
 
◆ gz_statep
◆ OF() [1/7]
      
        
          | voidp malloc OF  | 
          ( | 
          (uInt size)  | 
           | ) | 
           | 
        
      
 
 
◆ OF() [2/7]
      
        
          | void free OF  | 
          ( | 
          (voidpf ptr)  | 
           | ) | 
           | 
        
      
 
 
◆ OF() [3/7]
◆ OF() [4/7]
◆ OF() [5/7]
◆ OF() [6/7]
◆ OF() [7/7]