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

/macosx-10.9.5/ppp-727.90.1/Helpers/pppdump/
H A Dzlib.h259 #define Z_ASCII 1 macro
357 the input data type (Z_ASCII or Z_BINARY). In doubt, the data is considered
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A Dzlib.h157 #define Z_ASCII 1 macro
266 the input data type (Z_ASCII or Z_BINARY). In doubt, the data is considered
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dzlib.h199 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dzlib.h227 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/macosx-10.9.5/sudo-72/src/zlib/
H A Dzlib.h201 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/macosx-10.9.5/zlib-53/zlib/
H A Dzlib.h206 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/macosx-10.9.5/zlib-53/zlib/contrib/pascal/
H A Dzlibpas.pas77 Z_ASCII = 1;
/macosx-10.9.5/zlib-53/zlib/old/as400/
H A Dzlib.inc61 D Z_ASCII C 1
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas194 Z_ASCII = 1;
/macosx-10.9.5/zlib-53/zlib/contrib/minizip/
H A Dzip.c1629 if (zi->ci.stream.data_type == Z_ASCII)
1630 zip64local_putValue_inmemory(zi->ci.central_header+36,(uLong)Z_ASCII,2);
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dratz.c561 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
/macosx-10.9.5/ruby-104/ruby/ext/zlib/
H A Dzlib.c4258 * NOTE: The underlying constant Z_ASCII was deprecated in favor of Z_TEXT
4262 rb_define_const(mZlib, "ASCII", INT2FIX(Z_ASCII));

Completed in 130 milliseconds