Home
last modified time | relevance | path

Searched defs:static_tree_desc_s (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c117 struct static_tree_desc_s { struct
118 const ct_data *static_tree; /* static tree or NULL */
119 const intf *extra_bits; /* extra bits for each code or NULL */
120 int extra_base; /* base index for extra_bits */
121 int elems; /* max number of elements in the tree */
122 int max_length; /* max bit length for the codes */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c788 struct static_tree_desc_s {int dummy; }; /* for buggy compilers */ argument
2333 struct static_tree_desc_s { struct
2334 const ct_data *static_tree; /* static tree or NULL */
2335 const intf *extra_bits; /* extra bits for each code or NULL */
2336 int extra_base; /* base index for extra_bits */
2337 int elems; /* max number of elements in the tree */
2338 int max_length; /* max bit length for the codes */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1548 struct static_tree_desc_s { struct
1549 ct_data *static_tree; /* static tree or NULL */
1550 intf *extra_bits; /* extra bits for each code or NULL */
1551 int extra_base; /* base index for extra_bits */
1552 int elems; /* max number of elements in the tree */
1553 int max_length; /* max bit length for the codes */