Searched defs:internal_state (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A 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 …]
|
H A D | zutil.c | 16 struct internal_state {int dummy;}; /* for buggy compilers */ struct
|
H A D | zlib.h | 1348 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A 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 …]
|
H A D | zconf.h.in | 164 # define internal_state z_internal_state macro
|
H A D | zconf.h | 164 # define internal_state z_internal_state macro
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A 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 …]
|
H A D | zconf.h | 164 # define internal_state z_internal_state macro
|
H A D | zconf.h.in | 164 # define internal_state z_internal_state macro
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A 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 …]
|
H A D | zconf.h.in | 164 # define internal_state z_internal_state macro
|
H A D | zconf.h | 164 # define internal_state z_internal_state macro
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | mbrtowc.c | 59 static char internal_state[4]; variable 103 static mbstate_t internal_state; in rpl_mbrtowc() local
|
/netbsd-src/sys/net/ |
H A D | zlib.c | 3388 struct internal_state { in _tr_flush_block() struct 3391 inflate_mode mode; /* current inflate mode */ in _tr_flush_block() 3394 union { in _tr_flush_block() 3401 } sub; /* submode */ in _tr_flush_block() 3404 int nowrap; /* flag for no wrapper */ in _tr_flush_block() 3405 uInt wbits; /* log2(window size) (8..15, defaults to 15) */ in _tr_flush_block() 3407 *blocks; /* current inflate_blocks state */ in _tr_flush_block() 3960 struct internal_state {int dummy;}; /* for buggy compilers */ in _tr_flush_block() argument 4443 struct internal_state {int dummy;}; /* for buggy compilers */ in _tr_flush_block() struct 5604 struct internal_state {int dummy;}; /* for buggy compilers */ struct
|
H A D | zlib.h | 1192 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.h | 1693 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument
|