Searched refs:Z_BINARY (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dzlib.h172 #define Z_BINARY 0 macro
282 the input data type (Z_ASCII or Z_BINARY). In doubt, the data is considered
/linux-4.1.27/lib/zlib_deflate/
H A Ddeftree.c1082 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII); set_data_type()

Completed in 88 milliseconds