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

/ast/src/lib/libz/
H A Dinflate.c164 if (state == Z_NULL) return Z_MEM_ERROR;
1121 return Z_MEM_ERROR;
1138 return Z_MEM_ERROR;
1194 return Z_MEM_ERROR;
1341 if (copy == Z_NULL) return Z_MEM_ERROR;
1348 return Z_MEM_ERROR;
H A Ddeflate.c272 if (s == Z_NULL) return Z_MEM_ERROR;
300 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR);
302 return Z_MEM_ERROR;
915 if (ds == Z_NULL) return Z_MEM_ERROR;
929 return Z_MEM_ERROR;
H A Dzlib.h176 #define Z_MEM_ERROR (-4) macro
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
783 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
872 the paramaters are invalid, Z_MEM_ERROR if the internal state could not
1019 compress returns Z_OK if success, Z_MEM_ERROR i
[all...]
H A Dinfback.c51 if (state == Z_NULL) return Z_MEM_ERROR;
237 error, or Z_MEM_ERROR if it could not allocate memory for the state.
H A Dgzio.c103 zlib error is Z_MEM_ERROR).
1167 if (s->msg == Z_NULL) return (const char*)ERR_MSG(Z_MEM_ERROR);
/ast/src/cmd/INIT/
H A Dratz.c544 #define Z_MEM_ERROR (-4) macro
2390 if (state == Z_NULL) return Z_MEM_ERROR;
3340 return Z_MEM_ERROR;
3357 return Z_MEM_ERROR;
3413 return Z_MEM_ERROR;
3562 if (copy == Z_NULL) return Z_MEM_ERROR;
3569 return Z_MEM_ERROR;
3673 zlib error is Z_MEM_ERROR).

Completed in 31 milliseconds