HomeSort by: relevance | last modified time | path
    Searched defs:Z_OK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.h 427 #define Z_OK 0
487 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
522 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
553 was enough output space; if deflate returns with Z_OK, this function must be
572 deflate() returns Z_OK if some progress has been made (more input
587 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
607 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
641 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
669 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
674 inflate() returns Z_OK if some progress has been made (more input processe
    [all...]
  /src/common/dist/zlib/
zlib.h 179 #define Z_OK 0
243 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
278 == 0), or after each call of deflate(). If deflate returns Z_OK and with
330 enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this
353 deflate() returns Z_OK if some progress has been made (more input
371 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
391 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
431 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
492 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
505 inflate() returns Z_OK if some progress has been made (more input processe
    [all...]

Completed in 46 milliseconds