Searched defs:inflate_huft (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | zlib.c | 2652 typedef struct inflate_huft_s FAR inflate_huft; typedef in typeref:struct:FAR 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 *, [all...] |
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.c | 4050 typedef struct inflate_huft_s FAR inflate_huft; typedef in typeref:struct:FAR 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 *, [all...] |
Completed in 116 milliseconds