uIntf            3082 net/zlib.c           uIntf *blens;             /* bit lengths of codes */
uIntf            3382 net/zlib.c           if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
uIntf            3734 net/zlib.c       uIntf *p;			/* pointer into c[], b[], or v[] */
uIntf            3741 net/zlib.c       uIntf *xp;                    /* pointer into x */
uIntf            3920 net/zlib.c       r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);