Searched refs:Z_ASCII (Results 1 – 13 of 13) sorted by relevance
173 #define Z_ASCII 1 macro
77 Z_ASCII = 1;
198 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
100 Z_ASCII : constant := 1; -- zlib.h:157
201 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
441 - Deprecate Z_ASCII; use Z_TEXT instead [Truta]
194 Z_ASCII = 1;
1094 if (zi->ci.stream.data_type == Z_ASCII)1095 ziplocal_putValue_inmemory(zi->ci.central_header+36,(uLong)Z_ASCII,2);
61 D Z_ASCII C 1
1629 if (zi->ci.stream.data_type == Z_ASCII) in zipCloseFileInZipRaw64()1630 zip64local_putValue_inmemory(zi->ci.central_header+36,(uLong)Z_ASCII,2); in zipCloseFileInZipRaw64()