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

/ast/src/lib/libz/
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...]
/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 21 milliseconds