Searched refs:Z_MEM_ERROR (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h223 #define Z_MEM_ERROR (-4) macro
263 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
366 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
418 was NULL), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
494 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
518 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
561 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
H A Dzlib.c619 if (s == Z_NULL) return Z_MEM_ERROR;
643 strm->msg = z_errmsg[1-Z_MEM_ERROR];
645 return Z_MEM_ERROR;
2813 return Z_MEM_ERROR;
2838 return Z_MEM_ERROR;
3301 r = Z_MEM_ERROR;
3372 r = Z_MEM_ERROR;
3468 r = Z_MEM_ERROR;
3704 over-subscribed set of lengths), or Z_MEM_ERROR if not enough memory. */
3832 return Z_MEM_ERROR; /* no
[all...]

Completed in 34 milliseconds