Searched refs:data_type (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libz/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
H A Dtrees.c934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
H A Dinflate.c1148 strm->data_type = state->bits + (state->last ? 64 : 0) +
H A Ddeflate.c369 strm->data_type = Z_UNKNOWN;
/ast/src/cmd/INIT/
H A Dratz.c521 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
568 /* Possible values of the data_type field (though see inflate()) */
3367 strm->data_type = state->bits + (state->last ? 64 : 0) +

Completed in 49 milliseconds