Searched defs:Z_NULL (Results 1 - 8 of 8) sorted by last modified time

/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/qemu/distrib/zlib-1.2.8/
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.h177 Bytef *extra; /* pointer to extra field or Z_NULL if none */
178 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
180 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
182 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
203 zalloc must return Z_NULL if there is not enough memory for the object.
268 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
288 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
406 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
432 the caller. If next_in is not Z_NULL and avail_in is large enough (the
436 inflate. If zalloc and zfree are set to Z_NULL, inflateIni
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h181 Bytef *extra; /* pointer to extra field or Z_NULL if none */
182 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
184 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
186 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
207 zalloc must return Z_NULL if there is not enough memory for the object.
272 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
292 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
410 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
436 the caller. If next_in is not Z_NULL and avail_in is large enough (the
440 inflate. If zalloc and zfree are set to Z_NULL, inflateIni
[all...]
/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/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
140 zalloc must return Z_NULL if there is not enough memory for the object.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
678 caller must assure that, if not Z_NULL, nam
[all...]
/external/chromium_org/third_party/zlib/
H A Dzlib.h118 Bytef *extra; /* pointer to extra field or Z_NULL if none */
119 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
121 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
123 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
144 zalloc must return Z_NULL if there is not enough memory for the object.
209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ macro
233 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
350 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
376 the caller. If next_in is not Z_NULL and avail_in is large enough (the
380 inflate. If zalloc and zfree are set to Z_NULL, inflateIni
[all...]

Completed in 7220 milliseconds