Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/zlib/
H A Ddeflate.h90 typedef struct internal_state { struct
91 z_streamp strm; /* pointer back to this zlib stream */
92 int status; /* as the name implies */
93 Bytef *pending_buf; /* output still pending */
94 ulg pending_buf_size; /* size of pending_buf */
95 Bytef *pending_out; /* next pending byte to output to the stream */
96 int pending; /* nb of bytes in the pending buffer */
97 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
98 Byte method; /* STORED (for zip only) or DEFLATED */
99 int last_flush; /* value of flush param for previous deflate call */
[all …]
H A Dzutil.c11 struct internal_state {int dummy;}; /* for buggy compilers */ struct
H A Dzlib.h1189 struct internal_state {int dummy;}; /* hack for buggy compilers */ argument
H A Dgzio.c19 struct internal_state {int dummy;}; /* for buggy compilers */ struct