Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h117 Bytef *window;
127 ulg window_size;
132 Posf *prev;
145 uInt hash_shift;
152 long block_start;
164 uInt prev_length;
189 uInt good_match;
220 uInt lit_bufsize;
253 ush bi_buf;
257 int bi_valid;
[all …]
H A Dzconf.h187 # define internal_state z_internal_state macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1323 Bytef *window;
1333 ulg window_size;
1338 Posf *prev;
1351 uInt hash_shift;
1358 long block_start;
1370 uInt prev_length;
1395 uInt good_match;
1426 uInt lit_bufsize;
1448 ushf *d_buf;
1464 ush bi_buf;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h628 struct internal_state {int dummy;}; /* hack for buggy compilers */ struct
H A Dzlib.c2736 struct internal_state { struct
2739 enum {
2749 mode; /* current inflate mode */
2752 union {
2759 } sub; /* submode */
2762 int nowrap; /* flag for no wrapper */
2763 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
2765 *blocks; /* current inflate_blocks state */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3592 struct internal_state { struct
3595 enum {
3610 mode; /* current inflate mode */
3613 union {
3620 } sub; /* submode */
3623 int nowrap; /* flag for no wrapper */
3624 uInt wbits; /* log2(window size) (8..15, defaults to 15) */
3626 inflate_blocks_statef *blocks;
4232 struct internal_state {int dummy; }; /* for buggy compilers */ struct
4753 struct internal_state {int dummy; }; /* for buggy compilers */ struct
[all …]
H A Dzlib.h1191 struct internal_state {int dummy; }; /* hack for buggy compilers */ argument