Home
last modified time | relevance | path

Searched defs:internal_state (Results 1 – 5 of 5) sorted by relevance

/minix3/common/dist/zlib/
H A Ddeflate.h96 typedef struct internal_state { struct
97 z_streamp strm; /* pointer back to this zlib stream */
98 int status; /* as the name implies */
99 Bytef *pending_buf; /* output still pending */
100 ulg pending_buf_size; /* size of pending_buf */
101 Bytef *pending_out; /* next pending byte to output to the stream */
102 uInt pending; /* nb of bytes in the pending buffer */
103 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
104 gz_headerp gzhead; /* gzip header information to write */
105 uInt gzindex; /* where in extra, name, or comment */
[all …]
H A Dzutil.c13 struct internal_state {int dummy;}; /* for buggy compilers */ struct
H A Dzlib.h1350 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
H A Dgzio.c21 struct internal_state {int dummy;}; /* for buggy compilers */ argument
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h1690 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument