Searched defs:Z_OK (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | zmod.h | 44 #define Z_OK 0 macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 218 #define Z_OK 0 macro 263 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 323 was enough output space; if deflate returns with Z_OK, this function must be 339 deflate() returns Z_OK if some progress has been made (more input 353 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the 366 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 413 inflate() returns Z_OK if some progress has been made (more input 430 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state 494 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was 518 deflateCopy returns Z_OK i [all...] |
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zlib.h | 172 #define Z_OK 0 macro 235 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 270 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK 300 was enough output space; if deflate returns with Z_OK, this function must be 319 deflate() returns Z_OK if some progress has been made (more input 336 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the 356 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 390 call of inflate(). If inflate returns Z_OK and with zero avail_out, it 436 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described 448 inflate() returns Z_OK i [all...] |
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 470 #define Z_OK 0 macro 535 * deflateInit returns Z_OK if success, Z_MEM_ERROR if there was 568 * each call of deflate(). If deflate returns Z_OK and with zero 603 * with Z_OK, this function must be called again with Z_FINISH and 620 * deflate() returns Z_OK if some progress has been made (more input 635 * deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream 651 * inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 680 * returns Z_OK and with zero avail_out, it must be called again after 706 * inflate() returns Z_OK if some progress has been made (more input 728 * inflateEnd returns Z_OK i [all...] |
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | zlib.h | 173 #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...] |
/illumos-gate/usr/src/head/ |
H A D | libzonecfg.h | 57 #define Z_OK 0 macro
|
Completed in 101 milliseconds