data_type 1230 lib/libz/inflate.c strm->data_type = state->bits + (state->last ? 64 : 0) + data_type 99 lib/libz/zlib.h int data_type; /* best guess about the data type: binary or text */ data_type 236 net/zlib.c Byte data_type; /* UNKNOWN, BINARY or ASCII */ data_type 687 net/zlib.c strm->data_type = Z_UNKNOWN; data_type 2306 net/zlib.c if (s->data_type == UNKNOWN) set_data_type(s); data_type 2525 net/zlib.c s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII); data_type 176 net/zlib.h Byte data_type; /* best guess about the data type: ascii or binary */