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

/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...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
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/chromium_org/third_party/zlib/
H A Dzlib.h174 #define Z_OK 0 macro
242 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
277 == 0), or after each call of deflate(). If deflate returns Z_OK and with
327 enough output space; if deflate returns with Z_OK, this function must be
346 deflate() returns Z_OK if some progress has been made (more input
363 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
383 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
421 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
476 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
488 inflate() returns Z_OK i
[all...]
/external/qemu/distrib/zlib-1.2.8/
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/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/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h233 #define Z_OK 0 macro
297 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
332 == 0), or after each call of deflate(). If deflate returns Z_OK and with
382 enough output space; if deflate returns with Z_OK, this function must be
402 deflate() returns Z_OK if some progress has been made (more input
419 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
439 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
477 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
538 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
552 inflate() returns Z_OK i
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h237 #define Z_OK 0 macro
301 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
336 == 0), or after each call of deflate(). If deflate returns Z_OK and with
386 enough output space; if deflate returns with Z_OK, this function must be
406 deflate() returns Z_OK if some progress has been made (more input
423 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
443 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
481 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
542 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
556 inflate() returns Z_OK i
[all...]

Completed in 940 milliseconds