Searched defs:z_stream_s (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/ |
D | zlib.h | 68 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 …]
|
/third_party/freetype/src/gzip/ |
D | zlib.h | 68 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 …]
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | zlib.h | 68 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 …]
|
/third_party/libwebsockets/win32port/zlib/ |
D | zlib.h | 85 typedef struct z_stream_s { struct 86 Bytef *next_in; /* next input byte */ 87 uInt avail_in; /* number of bytes available at next_in */ 88 uLong total_in; /* total nb 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 nb of bytes output so far */ 94 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 …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | zlib.h | 86 typedef struct z_stream_s { struct 87 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 …]
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | zlib.h | 86 typedef struct z_stream_s { struct 87 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 …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | zlib.h | 86 typedef struct z_stream_s { struct 87 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 …]
|
/third_party/skia/third_party/externals/zlib/ |
D | zlib.h | 86 typedef struct z_stream_s { struct 87 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 …]
|
/third_party/node/deps/zlib/ |
D | zlib.h | 86 typedef struct z_stream_s { struct 87 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 …]
|
/third_party/zlib/ |
D | zlib.h | 86 typedef struct z_stream_s { struct 87 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 …]
|