Lines Matching defs:type
24 lens shorts, which is used as a work area. type is the type of code
32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
132 if (left > 0 && (type == CODES || max != 1))
175 /* set up for code type */
176 switch (type) {
204 if ((type == LENS && used > ENOUGH_LENS) ||
205 (type == DISTS && used > ENOUGH_DISTS))
273 if ((type == LENS && used > ENOUGH_LENS) ||
274 (type == DISTS && used > ENOUGH_DISTS))