Searched defs:Z_NULL (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/gzip/
H A Dzlib.h103 zalloc must return Z_NULL if there is not enough memory for the object.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
180 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
293 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
297 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
696 gzgets returns buf, or Z_NULL in case of error.
784 uLong adler = adler32(0L, Z_NULL, 0);
799 uLong crc = crc32(0L, Z_NULL, 0);
/external/zlib/src/
H A Dzlib.h117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateIni
[all...]
/external/zlib/
H A Dzlib.h117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateIni
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h182 Bytef *extra; /* pointer to extra field or Z_NULL if none */
183 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
185 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
187 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
208 zalloc must return Z_NULL if there is not enough memory for the object.
273 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
293 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
411 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
437 the caller. If next_in is not Z_NULL and avail_in is large enough (the
441 inflate. If zalloc and zfree are set to Z_NULL, inflateIni
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h186 Bytef *extra; /* pointer to extra field or Z_NULL if none */
187 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
189 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
191 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
212 zalloc must return Z_NULL if there is not enough memory for the object.
277 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
297 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
415 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
441 the caller. If next_in is not Z_NULL and avail_in is large enough (the
445 inflate. If zalloc and zfree are set to Z_NULL, inflateIni
[all...]
/external/libvncserver/libvncclient/
H A Drfbproto.c45 #undef Z_NULL macro
46 #define Z_NULL NULL macro
/external/libvncserver/rfb/
H A Drfbproto.h79 #undef Z_NULL macro
80 #define Z_NULL NULL macro

Completed in 238 milliseconds