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

Completed in 32 milliseconds