Lines Matching defs:Z_MEM_ERROR
433 #define Z_MEM_ERROR (-4)
487 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
607 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
680 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was not
738 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
789 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
855 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
925 compress returns Z_OK if success, Z_MEM_ERROR if there was not
939 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
956 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
978 zlib error is Z_MEM_ERROR). */