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

/freebsd-11.0-release/sys/sys/
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
/freebsd-11.0-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-11.0-release/lib/libz/
H A Dzlib.h201 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/freebsd-11.0-release/sys/libkern/
H A Dzlib.c2914 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);

Completed in 115 milliseconds