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

/ast/src/lib/libz/
H A Dzlib.h197 #define Z_TEXT 1 macro
198 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */
313 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;
/ast/src/cmd/INIT/
H A Dratz.c565 #define Z_TEXT 1 macro
566 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */

Completed in 123 milliseconds