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

/external/chromium/sdch/open-vcdiff/src/
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/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/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/qemu/distrib/zlib-1.2.3/
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...]
/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...]

Completed in 113 milliseconds