Searched defs:Z_OK (Results 1 - 6 of 6) sorted by last modified time

/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...]
/external/syslinux/com32/include/
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
341 deflate() returns Z_OK if some progress has been made (more input
358 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
378 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
416 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
471 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
483 inflate() returns Z_OK i
[all...]
/external/python/cpython2/Modules/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...]
/external/pdfium/third_party/zlib_v128/
H A Dzlib.h242 #define Z_OK 0 macro
306 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
341 == 0), or after each call of deflate(). If deflate returns Z_OK and with
391 enough output space; if deflate returns with Z_OK, this function must be
411 deflate() returns Z_OK if some progress has been made (more input
428 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
448 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
486 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
547 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
561 inflate() returns Z_OK i
[all...]
/external/freetype/src/gzip/
H A Dzlib.h132 #define Z_OK 0 macro
189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
223 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
247 was enough output space; if deflate returns with Z_OK, this function must be
266 deflate() returns Z_OK if some progress has been made (more input
280 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
334 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
359 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
364 inflate() returns Z_OK i
[all...]

Completed in 266 milliseconds