Searched defs:data_type (Results 1 - 2 of 2) 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
/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 546 milliseconds