Searched refs:inflate_huft (Results 1 - 10 of 10) sorted by relevance
| /glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
| H A D | inffast.h | 15 inflate_huft *, 16 inflate_huft *,
|
| H A D | inffixed.h | 13 local inflate_huft fixed_tl[] = { 143 local inflate_huft fixed_td[] = {
|
| H A D | inftrees.h | 15 typedef struct inflate_huft_s FAR inflate_huft; typedef in typeref:struct:FAR 39 inflate_huft * FAR *, /* bits tree result */ 40 inflate_huft *, /* space for trees */ 49 inflate_huft * FAR *, /* literal/length tree result */ 50 inflate_huft * FAR *, /* distance tree result */ 51 inflate_huft *, /* space for trees */ 57 inflate_huft * FAR *, /* literal/length tree result */ 58 inflate_huft * FAR *, /* distance tree result */
|
| H A D | infcodes.h | 16 inflate_huft *, inflate_huft *,
|
| H A D | inftrees.c | 24 /* simplify the use of the inflate_huft type with some defines */ 35 inflate_huft * FAR*,/* result: starting table */ 37 inflate_huft *, /* space for trees */ 100 inflate_huft * FAR *t; /* result: starting table */ 102 inflate_huft *hp; /* space for trees */ 122 inflate_huft *q; /* points to current table */ 124 inflate_huft *u[BMAX]; /* table stack */ 144 *t = (inflate_huft *)Z_NULL; 198 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */ 199 q = (inflate_huft *)Z_NUL [all...] |
| H A D | maketree.c | 24 /* simplify the use of the inflate_huft type with some defines */ 28 /* generate initialization table for an inflate_huft structure array */ 29 void maketree(uInt b, inflate_huft *t) 57 inflate_huft *tl, *td; 80 printf("local inflate_huft fixed_tl[] = {"); 83 printf("local inflate_huft fixed_td[] = {");
|
| H A D | infcodes.c | 13 /* simplify the use of the inflate_huft type with some defines */ 40 inflate_huft *tree; /* pointer into tree */ 53 inflate_huft *ltree; /* literal/length/eob tree */ 54 inflate_huft *dtree; /* distance tree */ 61 inflate_huft *tl; 62 inflate_huft *td; /* need separate declaration for Borland C++ */ 87 inflate_huft *t; /* temporary pointer */
|
| H A D | inffast.c | 15 /* simplify the use of the inflate_huft type with some defines */ 30 inflate_huft *tl; 31 inflate_huft *td; /* need separate declaration for Borland C++ */ 35 inflate_huft *t; /* temporary pointer */
|
| H A D | infutil.h | 42 inflate_huft *tb; /* bit length decoding tree */ 54 inflate_huft *hufts; /* single malloc for tree space */
|
| H A D | infblock.c | 14 /* simplify the use of the inflate_huft type with some defines */ 100 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL) 158 inflate_huft *tl, *td; 267 inflate_huft *h; 309 inflate_huft *tl, *td;
|
Completed in 27 milliseconds