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

/freebsd-10.1-release/sys/net/
H A Dzlib.h365 #define Z_ASCII 1 macro
472 the input data type (Z_ASCII or Z_BINARY). In doubt, the data is considered
H A Dzlib.c2914 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h200 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/freebsd-10.1-release/lib/libz/
H A Dzlib.h201 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro

Completed in 123 milliseconds