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

/forgerock/web-agents-v4/zlib/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
956 location in the input stream can be determined from avail_in and data_type
H A Dtrees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
H A Dzip.c1208 zi->ci.stream.data_type = Z_BINARY;
1634 if (zi->ci.stream.data_type == Z_ASCII)
H A Dinflate.c1246 strm->data_type = state->bits + (state->last ? 64 : 0) +
H A Ddeflate.c404 strm->data_type = Z_UNKNOWN;

Completed in 274 milliseconds