Home
last modified time | relevance | path

Searched refs:Z_ASCII (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib.h173 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib.h173 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib.h173 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/dragonfly/sys/net/
H A Dzlib.h365 #define Z_ASCII 1 macro
H A Dzlib.c2922 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
/dragonfly/contrib/zlib-1.2/
H A Dzlib.h205 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
H A DChangeLog748 - Deprecate Z_ASCII; use Z_TEXT instead [Truta]