Searched defs:z_stream_s (Results 1 – 4 of 4) sorted by relevance
68 typedef struct z_stream_s { struct69 Bytef *next_in; /* next input byte */70 uInt avail_in; /* number of bytes available at next_in */71 uLong total_in; /* total nb of input bytes read so far */73 Bytef *next_out; /* next output byte should be put there */74 uInt avail_out; /* remaining free space at next_out */75 uLong total_out; /* total nb of bytes output so far */77 char *msg; /* last error message, NULL if no error */80 alloc_func zalloc; /* used to allocate the internal state */81 free_func zfree; /* used to free the internal state */[all …]
56 typedef struct z_stream_s { struct57 z_const Bytef *next_in; /* next input byte */58 uInt avail_in; /* number of bytes available at next_in */59 uLong total_in; /* total number of input bytes read so far */61 Bytef *next_out; /* next output byte will go here */62 uInt avail_out; /* remaining free space at next_out */63 uLong total_out; /* total number of bytes output so far */65 z_const char *msg; /* last error message, NULL if no error */68 alloc_func zalloc; /* used to allocate the internal state */69 free_func zfree; /* used to free the internal state */[all …]
58 typedef struct z_stream_s { struct59 z_const Bytef *next_in; /* next input byte */60 uInt avail_in; /* number of bytes available at next_in */61 uLong total_in; /* total number of input bytes read so far */63 Bytef *next_out; /* next output byte will go here */64 uInt avail_out; /* remaining free space at next_out */65 uLong total_out; /* total number of bytes output so far */67 z_const char *msg; /* last error message, NULL if no error */70 alloc_func zalloc; /* used to allocate the internal state */71 free_func zfree; /* used to free the internal state */[all …]
86 typedef struct z_stream_s { struct87 z_const Bytef *next_in; /* next input byte */88 uInt avail_in; /* number of bytes available at next_in */89 uLong total_in; /* total number of input bytes read so far */91 Bytef *next_out; /* next output byte will go here */92 uInt avail_out; /* remaining free space at next_out */93 uLong total_out; /* total number of bytes output so far */95 z_const char *msg; /* last error message, NULL if no error */98 alloc_func zalloc; /* used to allocate the internal state */99 free_func zfree; /* used to free the internal state */[all …]