/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | zlib.h.in | 106 typedef struct z_stream_s { struct 107 z_const unsigned char *next_in; /* next input byte */ 108 uint32_t avail_in; /* number of bytes available at next_in */ 109 unsigned long total_in; /* total number of input bytes read so far */ 111 unsigned char *next_out; /* next output byte will go here */ 112 uint32_t avail_out; /* remaining free space at next_out */ 113 unsigned long total_out; /* total number of bytes output so far */ 115 z_const char *msg; /* last error message, NULL if no error */ 116 struct internal_state *state; /* not visible by applications */ 118 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | zlib.h | 85 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 …]
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/ |
H A D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/external/freetype/src/gzip/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/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 …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/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 …]
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/external/zlib/ |
H A D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/zlib/ |
D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/ |
H A D | zlib.h | 129 typedef struct z_stream_s { struct 130 z_const Bytef *next_in; /* next input byte */ 131 uInt avail_in; /* number of bytes available at next_in */ 132 uLong total_in; /* total number of input bytes read so far */ 134 Bytef *next_out; /* next output byte will go here */ 135 uInt avail_out; /* remaining free space at next_out */ 136 uLong total_out; /* total number of bytes output so far */ 138 z_const char *msg; /* last error message, NULL if no error */ 139 struct internal_state FAR *state; /* not visible by applications */ 141 alloc_func zalloc; /* used to allocate the internal state */ [all …]
|