Searched refs:Z_BINARY (Results 1 - 21 of 21) sorted by relevance

/external/kernel-headers/original/linux/
H A Dzlib.h172 #define Z_BINARY 0 macro
277 the input data type (Z_ASCII or Z_BINARY). In doubt, the data is considered
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h196 #define Z_BINARY 0 macro
313 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h196 #define Z_BINARY 0 macro
313 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
/external/open-vcdiff/src/zlib/
H A Dzlib.h196 #define Z_BINARY 0 macro
313 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h196 #define Z_BINARY 0 macro
313 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
H A Dtrees.c1123 * or white spaces (9 to 13, or 32); or set it to Z_BINARY otherwise.
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
/external/chromium_org/third_party/zlib/
H A Dzlib.h200 #define Z_BINARY 0 macro
342 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
H A Dtrees.c1150 return Z_BINARY;
1163 return Z_BINARY;
/external/zlib/src/
H A Dzlib.h199 #define Z_BINARY 0 macro
338 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
H A Dtrees.c1133 return Z_BINARY;
1146 return Z_BINARY;
/external/zlib/
H A Dzlib.h199 #define Z_BINARY 0 macro
338 the input data type (Z_BINARY or Z_TEXT). In doubt, the data is considered
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas97 Z_BINARY = 0;
/external/chromium_org/third_party/libpng/
H A Dpngwutil.c383 png_ptr->zstream.data_type = Z_BINARY;
563 png_ptr->zstream.data_type = Z_BINARY;
1963 png_ptr->zstream.data_type = Z_BINARY;
/external/libpng/
H A Dpngwutil.c383 png_ptr->zstream.data_type = Z_BINARY;
563 png_ptr->zstream.data_type = Z_BINARY;
1963 png_ptr->zstream.data_type = Z_BINARY;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c367 png_ptr->zstream.data_type = Z_BINARY;
534 png_ptr->zstream.data_type = Z_BINARY;
1928 png_ptr->zstream.data_type = Z_BINARY;
/external/zlib/src/as400/
H A Dzlib.inc69 D Z_BINARY C 0
/external/zlib/src/contrib/delphi/
H A DZLib.pas193 Z_BINARY = 0;
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c1203 zi->ci.stream.data_type = Z_BINARY;
/external/qemu/
H A Dvnc-android.c606 zstream->data_type = Z_BINARY;
H A Dvnc.c600 zstream->data_type = Z_BINARY;
/external/zlib/src/contrib/minizip/
H A Dzip.c1204 zi->ci.stream.data_type = Z_BINARY;

Completed in 239 milliseconds