Home
last modified time | relevance | path

Searched refs:Z_BINARY (Results 1 – 18 of 18) sorted by relevance

/external/kernel-headers/original/linux/
Dzlib.h172 #define Z_BINARY 0 macro
/external/zlib/src/contrib/pascal/
Dzlibpas.pas97 Z_BINARY = 0;
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h196 #define Z_BINARY 0 macro
Dtrees.c1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h196 #define Z_BINARY 0 macro
/external/zlib/src/contrib/ada/
Dzlib-thin.ads98 Z_BINARY : constant := 8#0000#; -- zlib.h:156
/external/zlib/src/contrib/delphi/
DZLib.pas193 Z_BINARY = 0;
/external/zlib/
Dzlib.h199 #define Z_BINARY 0 macro
/external/zlib/src/
Dzlib.h199 #define Z_BINARY 0 macro
Dtrees.c1131 return Z_BINARY;
1144 return Z_BINARY;
DChangeLog1268 - use Z_BINARY instead of BINARY
/external/libpng/
Dpngwutil.c383 png_ptr->zstream.data_type = Z_BINARY; in png_write_compressed_data_out()
563 png_ptr->zstream.data_type = Z_BINARY; in png_write_IHDR()
1963 png_ptr->zstream.data_type = Z_BINARY; in png_write_finish_row()
DCHANGES1384 Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
/external/qemu/distrib/libpng-1.2.19/
Dpngwutil.c367 png_ptr->zstream.data_type = Z_BINARY; in png_write_compressed_data_out()
534 png_ptr->zstream.data_type = Z_BINARY; in png_write_IHDR()
1928 png_ptr->zstream.data_type = Z_BINARY; in png_write_finish_row()
/external/zlib/src/as400/
Dzlib.inc69 D Z_BINARY C 0
/external/zlib/src/contrib/minizip/
Dzip.c1204 zi->ci.stream.data_type = Z_BINARY; in zipOpenNewFileInZip4_64()
/external/qemu/
Dvnc-android.c606 zstream->data_type = Z_BINARY; in vnc_zlib_stop()
Dvnc.c600 zstream->data_type = Z_BINARY; in vnc_zlib_stop()