| /external/rust/crates/libz-sys/src/zlib-ng/ | 
| D | zlib.h.in | 106 typedef struct z_stream_s {  struct107     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 …]
 
 | 
| /external/libwebsockets/win32port/zlib/ | 
| D | zlib.h | 85 typedef struct z_stream_s {  struct86     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 …]
 
 | 
| /external/python/cpython2/Modules/zlib/ | 
| D | zlib.h | 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 …]
 
 | 
| /external/tflite-support/third_party/zlib/ | 
| D | zlib.h | 129 typedef struct z_stream_s {  struct130     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 …]
 
 | 
| /external/freetype/src/gzip/ | 
| D | zlib.h | 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 …]
 
 | 
| /external/zlib/ | 
| D | zlib.h | 129 typedef struct z_stream_s {  struct130     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 …]
 
 | 
| /external/rust/crates/libz-sys/src/zlib/ | 
| D | zlib.h | 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 …]
 
 | 
| /external/perfetto/src/trace_processor/util/ | 
| D | gzip_utils.cc | 26 struct z_stream_s {};  struct
 | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 58337 struct z_stream_s {  struct58352 typedef struct z_stream_s z_stream;  argument
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 18131 struct z_stream_s {  struct18132 	const Byte *next_in;
 18133 	uLong avail_in;
 18134 	uLong total_in;
 18135 	Byte *next_out;
 18136 	uLong avail_out;
 18137 	uLong total_out;
 18138 	char *msg;
 18139 	struct internal_state *state;
 18140 	void *workspace;
 [all …]
 
 | 
| D | vmlinux.h | 18131 struct z_stream_s {  struct18132 	const Byte *next_in;
 18133 	uLong avail_in;
 18134 	uLong total_in;
 18135 	Byte *next_out;
 18136 	uLong avail_out;
 18137 	uLong total_out;
 18138 	char *msg;
 18139 	struct internal_state *state;
 18140 	void *workspace;
 [all …]
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 50193 struct z_stream_s {  struct50194 	const Byte *next_in;
 50195 	uLong avail_in;
 50196 	uLong total_in;
 50197 	Byte *next_out;
 50198 	uLong avail_out;
 50199 	uLong total_out;
 50200 	char *msg;
 50201 	struct internal_state *state;
 50202 	void *workspace;
 [all …]
 
 | 
| D | vmlinux_510.h | 50193 struct z_stream_s {  struct50194 	const Byte *next_in;
 50195 	uLong avail_in;
 50196 	uLong total_in;
 50197 	Byte *next_out;
 50198 	uLong avail_out;
 50199 	uLong total_out;
 50200 	char *msg;
 50201 	struct internal_state *state;
 50202 	void *workspace;
 [all …]
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 49657 struct z_stream_s {  struct49676 typedef struct z_stream_s z_stream;  argument
 
 | 
| D | vmlinux.h | 49657 struct z_stream_s {  struct49676 typedef struct z_stream_s z_stream;  argument
 
 |