Searched refs:Z_TEXT (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h199 #define Z_TEXT 1 macro
200 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */
315 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
H A Dtrees.c1122 * set it to Z_TEXT if all symbols are either printable characters (33 to 255)
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
/freebsd-12-stable/sys/contrib/zlib/
H A Dzlib.h204 #define Z_TEXT 1 macro
205 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */
347 the input data type (Z_BINARY or Z_TEXT). If in doubt, the data is
H A Dtrees.c1142 return Z_TEXT;
1145 return Z_TEXT;

Completed in 172 milliseconds