Searched defs:Z_OK (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/linux/
H A Dzlib.h148 #define Z_OK 0 macro
203 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
238 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
262 was enough output space; if deflate returns with Z_OK, this function must be
281 deflate() returns Z_OK if some progress has been made (more input
296 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
323 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
357 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
403 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
415 inflate() returns Z_OK i
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h170 #define Z_OK 0 macro
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
298 was enough output space; if deflate returns with Z_OK, this function must be
317 deflate() returns Z_OK if some progress has been made (more input
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
388 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
446 inflate() returns Z_OK i
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h170 #define Z_OK 0 macro
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
298 was enough output space; if deflate returns with Z_OK, this function must be
317 deflate() returns Z_OK if some progress has been made (more input
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
388 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
446 inflate() returns Z_OK i
[all...]
/external/zlib/src/
H A Dzlib.h173 #define Z_OK 0 macro
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
272 == 0), or after each call of deflate(). If deflate returns Z_OK and with
322 enough output space; if deflate returns with Z_OK, this function must be
342 deflate() returns Z_OK if some progress has been made (more input
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
417 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
492 inflate() returns Z_OK i
[all...]
/external/zlib/
H A Dzlib.h173 #define Z_OK 0 macro
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
272 == 0), or after each call of deflate(). If deflate returns Z_OK and with
322 enough output space; if deflate returns with Z_OK, this function must be
342 deflate() returns Z_OK if some progress has been made (more input
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
417 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
492 inflate() returns Z_OK i
[all...]

Completed in 239 milliseconds