/third_party/libwebsockets/win32port/zlib/ |
D | deflate.h | 94 typedef struct internal_state { struct 95 z_streamp strm; /* pointer back to this zlib stream */ 96 int status; /* as the name implies */ 97 Bytef *pending_buf; /* output still pending */ 98 ulg pending_buf_size; /* size of pending_buf */ 99 Bytef *pending_out; /* next pending byte to output to the stream */ 100 uInt pending; /* nb of bytes in the pending buffer */ 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 102 gz_headerp gzhead; /* gzip header information to write */ 103 uInt gzindex; /* where in extra, name, or comment */ [all …]
|
D | zutil.c | 11 struct internal_state {int dummy;}; /* for buggy compilers */ argument
|
D | zlib.h | 1600 struct internal_state {int dummy;}; struct
|
D | zconf.h | 131 # define internal_state z_internal_state macro
|
/third_party/node/deps/zlib/ |
D | deflate.h | 100 typedef struct internal_state { struct 101 z_streamp strm; /* pointer back to this zlib stream */ 102 int status; /* as the name implies */ 103 Bytef *pending_buf; /* output still pending */ 104 ulg pending_buf_size; /* size of pending_buf */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 106 ulg pending; /* nb of bytes in the pending buffer */ 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 108 gz_headerp gzhead; /* gzip header information to write */ 109 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
D | zconf.h.in | 167 # define internal_state z_internal_state macro
|
D | zconf.h | 179 # define internal_state z_internal_state macro
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 100 typedef struct internal_state { struct 101 z_streamp strm; /* pointer back to this zlib stream */ 102 int status; /* as the name implies */ 103 Bytef *pending_buf; /* output still pending */ 104 ulg pending_buf_size; /* size of pending_buf */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 106 ulg pending; /* nb of bytes in the pending buffer */ 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 108 gz_headerp gzhead; /* gzip header information to write */ 109 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
D | zconf.h | 176 # define internal_state z_internal_state macro
|
/third_party/node/deps/v8/third_party/zlib/ |
D | deflate.h | 100 typedef struct internal_state { struct 101 z_streamp strm; /* pointer back to this zlib stream */ 102 int status; /* as the name implies */ 103 Bytef *pending_buf; /* output still pending */ 104 ulg pending_buf_size; /* size of pending_buf */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 106 ulg pending; /* nb of bytes in the pending buffer */ 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 108 gz_headerp gzhead; /* gzip header information to write */ 109 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
D | zconf.h | 176 # define internal_state z_internal_state macro
|
/third_party/zlib/ |
D | deflate.h | 100 typedef struct internal_state { struct 101 z_streamp strm; /* pointer back to this zlib stream */ 102 int status; /* as the name implies */ 103 Bytef *pending_buf; /* output still pending */ 104 ulg pending_buf_size; /* size of pending_buf */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 106 ulg pending; /* nb of bytes in the pending buffer */ 107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 108 gz_headerp gzhead; /* gzip header information to write */ 109 ulg gzindex; /* where in extra, name, or comment */ [all …]
|
D | zconf.h.in | 167 # define internal_state z_internal_state macro
|
D | zconf.h | 167 # define internal_state z_internal_state macro
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | inflate.c | 30 struct internal_state { struct 33 inflate_mode mode; /* current inflate mode */ 36 union { 43 } sub; /* submode */ 46 int nowrap; /* flag for no wrapper */ 47 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ 49 *blocks; /* current inflate_blocks state */
|
/third_party/musl/src/multibyte/ |
D | c16rtomb.c | 7 static unsigned internal_state; in c16rtomb() local
|
D | mbrtoc32.c | 6 static unsigned internal_state; in mbrtoc32() local
|
D | mbrtoc16.c | 6 static unsigned internal_state; in mbrtoc16() local
|
D | mbrtowc.c | 8 static unsigned internal_state; in mbrtowc() local
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
D | mbrtowc.c | 8 static unsigned internal_state; in mbrtowc() local
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
D | mbrtowc.c | 8 static unsigned internal_state; in mbrtowc() local
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 1237 #define internal_state mz_internal_state macro
|