Home
last modified time | relevance | path

Searched refs:inflate_huft (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dinffixed.h29 local const inflate_huft fixed_tl[] = {
159 local const inflate_huft fixed_td[] = {
H A Dzlib.c4050 typedef struct inflate_huft_s FAR inflate_huft; typedef
4077 inflate_huft * FAR *, /* bits tree result */
4078 inflate_huft *, /* space for trees */
4087 inflate_huft * FAR *, /* literal/length tree result */
4088 inflate_huft * FAR *, /* distance tree result */
4089 inflate_huft *, /* space for trees */
4095 const inflate_huft * FAR *, /* literal/length tree result */
4096 const inflate_huft * FAR *, /* distance tree result */
4119 const inflate_huft *, const inflate_huft *,
4176 inflate_huft *tb; /* bit length decoding tree */
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2652 typedef struct inflate_huft_s FAR inflate_huft; typedef
2665 inflate_huft *Next; /* pointer to next level of table */
2676 inflate_huft * FAR *, /* bits tree result */
2685 inflate_huft * FAR *, /* literal/length tree result */
2686 inflate_huft * FAR *, /* distance tree result */
2692 inflate_huft * FAR *, /* literal/length tree result */
2693 inflate_huft * FAR *)); /* distance tree result */
2696 inflate_huft *, /* tables to free */
2716 inflate_huft *, inflate_huft *,
3072 inflate_huft *tb; /* bit length decoding tree */
[all …]