3 /* Allowed flush values; see deflate() and inflate() below for details */
12 /* Return codes for the compression/decompression functions. Negative values
13 * are errors, positive values are used for special but normal events.
23 //Z_VERSION_ERROR: -6,
25 /* compression levels */
28 Z_BEST_COMPRESSION: 9,
29 Z_DEFAULT_COMPRESSION: -1,
36 Z_DEFAULT_STRATEGY: 0,
38 /* Possible values of the data_type field (though see inflate()) */
41 //Z_ASCII: 1, // = Z_TEXT (deprecated)
44 /* The deflate compression method */
46 //Z_NULL: null // Use -1 or null inline, depending on var type