Searched defs:z_stream_s (Results 1 – 5 of 5) sorted by relevance
159 typedef struct z_stream_s { struct160 Bytef *next_in; /* next input byte */161 uInt avail_in; /* number of bytes available at next_in */162 uLong total_in; /* total nb of input bytes read so far */164 Bytef *next_out; /* next output byte should be put there */165 uInt avail_out; /* remaining free space at next_out */166 uLong total_out; /* total nb of bytes output so far */168 char *msg; /* last error message, NULL if no error */169 struct internal_state FAR *state; /* not visible by applications */171 alloc_func zalloc; /* used to allocate the internal state */[all …]
85 typedef struct z_stream_s { struct86 z_const Bytef *next_in; /* next input byte */87 uInt avail_in; /* number of bytes available at next_in */88 uLong total_in; /* total number of input bytes read so far */90 Bytef *next_out; /* next output byte should be put there */91 uInt avail_out; /* remaining free space at next_out */92 uLong total_out; /* total number of bytes output so far */94 z_const char *msg; /* last error message, NULL if no error */95 struct internal_state FAR *state; /* not visible by applications */97 alloc_func zalloc; /* used to allocate the internal state */[all …]
404 typedef struct z_stream_s { struct405 Bytef *next_in; /* next input byte */406 uInt avail_in; /* number of bytes available at next_in */407 uLong total_in; /* total nb of input bytes read so far */409 Bytef *next_out; /* next output byte should be put there */410 uInt avail_out; /* remaining free space at next_out */411 uLong total_out; /* total nb of bytes output so far */413 const char *msg; /* last error message, NULL if no error */414 struct internal_state FAR *state; /* not visible to applications */416 alloc_func zalloc; /* used to allocate 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 */96 struct internal_state FAR *state; /* not visible by applications */98 alloc_func zalloc; /* used to allocate the internal state */[all …]
505 typedef struct z_stream_s { struct506 Bytef *next_in; /* next input byte */507 uInt avail_in; /* number of bytes available at next_in */508 uLong total_in; /* total nb of input bytes read so far */510 Bytef *next_out; /* next output byte should be put there */511 uInt avail_out; /* remaining free space at next_out */512 uLong total_out; /* total nb of bytes output so far */514 char *msg; /* last error message, NULL if no error */515 struct internal_state FAR *state; /* not visible by applications */517 alloc_func zalloc; /* used to allocate the internal state */[all …]