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

/barrelfish-master/include/
H A Dzlib.h196 #define Z_BINARY 0 macro
313 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
/barrelfish-master/lib/zlib/
H A Dtrees.c1123 * or white spaces (9 to 13, or 32); or set it to Z_BINARY otherwise.
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;

Completed in 56 milliseconds