Ziphuft            41 lib/compression/mszip.c     struct Ziphuft *t;    /* pointer to next level of table */
Ziphuft            52 lib/compression/mszip.c     struct Ziphuft *u[ZIPBMAX];         	/* table stack */
Ziphuft           117 lib/compression/mszip.c   register struct Ziphuft *p, *q;
Ziphuft           121 lib/compression/mszip.c   while (p != (struct Ziphuft *)NULL)
Ziphuft           143 lib/compression/mszip.c   register struct Ziphuft *q;   /* points to current table */
Ziphuft           144 lib/compression/mszip.c   struct Ziphuft r;             /* table entry for structure assignment */
Ziphuft           164 lib/compression/mszip.c     *t = (struct Ziphuft *)NULL;
Ziphuft           212 lib/compression/mszip.c   ZIP(u)[0] = (struct Ziphuft *)NULL;   /* just to keep compilers happy */
Ziphuft           213 lib/compression/mszip.c   q = (struct Ziphuft *)NULL;      /* ditto */
Ziphuft           247 lib/compression/mszip.c         if (!(q = (struct Ziphuft *)SMB_MALLOC((z + 1)*sizeof(struct Ziphuft))))
Ziphuft           254 lib/compression/mszip.c         *(t = &(q->v.t)) = (struct Ziphuft *)NULL;
Ziphuft           314 lib/compression/mszip.c   struct Ziphuft *t; /* pointer to table entry */
Ziphuft           434 lib/compression/mszip.c   struct Ziphuft *fixed_tl;
Ziphuft           435 lib/compression/mszip.c   struct Ziphuft *fixed_td;
Ziphuft           482 lib/compression/mszip.c   struct Ziphuft *tl;      /* literal/length code table */
Ziphuft           483 lib/compression/mszip.c   struct Ziphuft *td;      /* distance code table */