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

/freebsd-9.3-release/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-9.3-release/lib/libz/
H A Dzlib.h200 #define Z_TEXT 1 macro
201 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */
338 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
H A Dtrees.c1138 return Z_TEXT;
1141 return Z_TEXT;

Completed in 121 milliseconds