Searched refs:data_type (Results 1 – 4 of 4) sorted by relevance
81 Byte data_type; /* UNKNOWN, BINARY or ASCII */ member
816 if (s->data_type == Z_UNKNOWN) set_data_type(s);1028 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
293 strm->data_type = Z_UNKNOWN; in zlib_deflateReset()
757 strm->data_type = state->bits + (state->last ? 64 : 0) + in zlib_inflate()