| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 109 if (ret == Z_MEM_ERROR) in recompress() 198 if (ret == Z_MEM_ERROR) in main() 213 if (ret == Z_MEM_ERROR) in main()
|
| H A D | fitblk.c | 119 if (ret == Z_MEM_ERROR) in recompress() 217 if (ret == Z_MEM_ERROR) in main() 234 if (ret == Z_MEM_ERROR) in main()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-zlib.c | 112 return (Z_MEM_ERROR); in z_compress_level() 166 return (Z_MEM_ERROR); in z_uncompress()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 162 return (Z_MEM_ERROR); in z_compress_level() 217 return (Z_MEM_ERROR); in z_uncompress()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | zmod.h | 48 #define Z_MEM_ERROR (-4) macro
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 328 assert(ret == Z_MEM_ERROR); in inf() 422 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 423 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 438 ret = inflateCopy(©, &strm); assert(ret == Z_MEM_ERROR); in cover_wrap() 542 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR); in try()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzlib.c | 551 return state->err == Z_MEM_ERROR ? "out of memory" : 589 if (state->err != Z_MEM_ERROR) 604 if (err == Z_MEM_ERROR) 610 state->err = Z_MEM_ERROR;
|
| H A D | gzread.c | 107 gz_error(state, Z_MEM_ERROR, "out of memory"); 122 gz_error(state, Z_MEM_ERROR, "out of memory"); 203 if (ret == Z_MEM_ERROR) { 204 gz_error(state, Z_MEM_ERROR, "out of memory");
|
| H A D | gzwrite.c | 29 gz_error(state, Z_MEM_ERROR, "out of memory"); 39 gz_error(state, Z_MEM_ERROR, "out of memory"); 52 gz_error(state, Z_MEM_ERROR, "out of memory");
|
| H A D | inflate.c | 225 if (state == Z_NULL) return Z_MEM_ERROR; 1241 return Z_MEM_ERROR; 1259 return Z_MEM_ERROR; 1342 return Z_MEM_ERROR; 1478 if (copy == Z_NULL) return Z_MEM_ERROR; 1485 return Z_MEM_ERROR;
|
| H A D | deflate.c | 308 if (s == Z_NULL) return Z_MEM_ERROR; 339 strm->msg = ERR_MSG(Z_MEM_ERROR); 341 return Z_MEM_ERROR; 1126 if (ds == Z_NULL) return Z_MEM_ERROR; 1140 return Z_MEM_ERROR;
|
| H A D | infback.c | 60 if (state == Z_NULL) return Z_MEM_ERROR;
|
| H A D | zlib.h | 183 #define Z_MEM_ERROR (-4) macro
|
| H A D | ChangeLog | 1042 - Returned incorrect error (Z_MEM_ERROR) on some invalid data
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 551 return state.state->err == Z_MEM_ERROR ? "out of memory" : 589 if (state.state->err != Z_MEM_ERROR) 604 if (err == Z_MEM_ERROR) 610 state.state->err = Z_MEM_ERROR;
|
| H A D | gzread.c | 115 gz_error(state, Z_MEM_ERROR, "out of memory"); 130 gz_error(state, Z_MEM_ERROR, "out of memory"); 212 if (ret == Z_MEM_ERROR) { 213 gz_error(state, Z_MEM_ERROR, "out of memory");
|
| H A D | gzwrite.c | 31 gz_error(state, Z_MEM_ERROR, "out of memory"); 41 gz_error(state, Z_MEM_ERROR, "out of memory"); 54 gz_error(state, Z_MEM_ERROR, "out of memory");
|
| H A D | zstd_zlibwrapper.c | 265 if (zwc == NULL) return Z_MEM_ERROR; in z_deflateInit_()
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 146 case Z_MEM_ERROR: in process_zlib_inflate()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_deflate.c | 608 case Z_MEM_ERROR: in ng_deflate_decompress()
|