Home | History | Annotate | Download | only in net

Lines Matching defs:TYPE

128 /* The three kinds of block type */
199 # define fdopen(fd,type) _fdopen(fd,type)
1145 /* Output just the 3-bit `stored' block type value,
2959 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
2967 /* Send just the `stored block' type code without any length bytes or data.
2994 s->compressed_len += 10L; /* 3 for block type, 7 for EOB */
3214 * Set the data type to ASCII or BINARY, using a crude approximation:
3878 TYPE, /* get type bits (3, including end bit) */
3970 /* simplify the use of the inflate_huft type with some defines */
4004 8. The five bits following the block type is really the number of
4032 s->mode = TYPE;
4063 s->mode = TYPE;
4086 case TYPE:
4127 z->msg = "invalid block type";
4144 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
4161 s->mode = s->last ? DRY : TYPE;
4298 s->mode = TYPE;
4361 if (s->mode != TYPE)
4395 * a `stored' block type value but not the (zero) length bytes.
4401 s->mode = TYPE;
4446 /* simplify the use of the inflate_huft type with some defines */
5069 /* simplify the use of the inflate_huft type with some defines */
5418 /* simplify the use of the inflate_huft type with some defines */