Home
last modified time | relevance | path

Searched defs:z_stream_s (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/gzip/
Dzlib.h68 typedef struct z_stream_s { struct
69 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 */
78 struct internal_state FAR *state; /* not visible by applications */
80 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/external/zlib/
Dzlib.h85 typedef struct z_stream_s { struct
86 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 …]
/external/zlib/src/
Dzlib.h85 typedef struct z_stream_s { struct
86 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 …]
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h150 typedef struct z_stream_s { struct
151 z_const Bytef *next_in; /* next input byte */
152 uInt avail_in; /* number of bytes available at next_in */
153 uLong total_in; /* total number of input bytes read so far */
155 Bytef *next_out; /* next output byte should be put there */
156 uInt avail_out; /* remaining free space at next_out */
157 uLong total_out; /* total number of bytes output so far */
159 z_const char *msg; /* last error message, NULL if no error */
160 struct internal_state FAR *state; /* not visible by applications */
162 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzlib.h154 typedef struct z_stream_s { struct
155 z_const Bytef *next_in; /* next input byte */
156 uInt avail_in; /* number of bytes available at next_in */
157 uLong total_in; /* total number of input bytes read so far */
159 Bytef *next_out; /* next output byte should be put there */
160 uInt avail_out; /* remaining free space at next_out */
161 uLong total_out; /* total number of bytes output so far */
163 z_const char *msg; /* last error message, NULL if no error */
164 struct internal_state FAR *state; /* not visible by applications */
166 alloc_func zalloc; /* used to allocate the internal state */
[all …]