Searched refs:Z_ASCII (Results 1 – 11 of 11) sorted by relevance
157 #define Z_ASCII 1 macro
99 Z_ASCII = 1;
100 Z_ASCII : constant := 1; -- zlib.h:157
501 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
194 Z_ASCII = 1;
205 #define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ macro
748 - Deprecate Z_ASCII; use Z_TEXT instead [Truta]
1630 if (zi->ci.stream.data_type == Z_ASCII) in zipCloseFileInZipRaw64()1631 zip64local_putValue_inmemory(zi->ci.central_header+36,(uLong)Z_ASCII,2); in zipCloseFileInZipRaw64()