Searched refs:Z_MEM_ERROR (Results 1 – 19 of 19) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 544 return state->err == Z_MEM_ERROR ? "out of memory" : 582 if (state->err != Z_MEM_ERROR) 597 if (err == Z_MEM_ERROR) 603 state->err = Z_MEM_ERROR;
|
D | gzread.c | 101 gz_error(state, Z_MEM_ERROR, "out of memory"); 116 gz_error(state, Z_MEM_ERROR, "out of memory"); 197 if (ret == Z_MEM_ERROR) { 198 gz_error(state, Z_MEM_ERROR, "out of memory");
|
D | gzwrite.c | 24 gz_error(state, Z_MEM_ERROR, "out of memory"); 34 gz_error(state, Z_MEM_ERROR, "out of memory"); 47 gz_error(state, Z_MEM_ERROR, "out of memory");
|
D | inflate.c | 210 if (state == Z_NULL) return Z_MEM_ERROR; 1218 return Z_MEM_ERROR; 1236 return Z_MEM_ERROR; 1319 return Z_MEM_ERROR; 1456 if (copy == Z_NULL) return Z_MEM_ERROR; 1463 return Z_MEM_ERROR;
|
D | deflate.c | 278 if (s == Z_NULL) return Z_MEM_ERROR; 308 strm->msg = ERR_MSG(Z_MEM_ERROR); 310 return Z_MEM_ERROR; 1035 if (ds == Z_NULL) return Z_MEM_ERROR; 1049 return Z_MEM_ERROR;
|
D | zlib.h | 179 #define Z_MEM_ERROR (-4) macro
|
D | infback.c | 60 if (state == Z_NULL) return Z_MEM_ERROR;
|
D | ChangeLog | 999 - Returned incorrect error (Z_MEM_ERROR) on some invalid data
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | ZLib.c | 84 case Z_MEM_ERROR: in GzipDecompress()
|
D | inflate.c | 225 if (state == Z_NULL) return Z_MEM_ERROR; 1241 return Z_MEM_ERROR; 1260 return Z_MEM_ERROR; 1343 return Z_MEM_ERROR; 1479 if (copy == Z_NULL) return Z_MEM_ERROR; 1486 return Z_MEM_ERROR;
|
D | zlib.h | 183 #define Z_MEM_ERROR (-4) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | zlibmodule.c | 171 case(Z_MEM_ERROR): in PyZlib_compress() 246 case(Z_MEM_ERROR): in PyZlib_decompress() 331 case (Z_MEM_ERROR): in PyZlib_compressobj() 371 case (Z_MEM_ERROR): in PyZlib_decompressobj() 726 case(Z_MEM_ERROR): in PyZlib_copy() 777 case(Z_MEM_ERROR): in PyZlib_uncopy()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | zlibmodule.c | 165 case(Z_MEM_ERROR): in PyZlib_compress() 240 case(Z_MEM_ERROR): in PyZlib_decompress() 325 case (Z_MEM_ERROR): in PyZlib_compressobj() 365 case (Z_MEM_ERROR): in PyZlib_decompressobj() 700 case(Z_MEM_ERROR): in PyZlib_copy() 751 case(Z_MEM_ERROR): in PyZlib_uncopy()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inflate.c | 164 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;
|
D | deflate.c | 272 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;
|
D | zlib.h | 176 #define Z_MEM_ERROR (-4) macro
|
D | infback.c | 51 if (state == Z_NULL) return Z_MEM_ERROR;
|
D | gzio.c | 1007 if (s->msg == Z_NULL) return (const char*)ERR_MSG(Z_MEM_ERROR);
|
D | ChangeLog | 382 - Returned incorrect error (Z_MEM_ERROR) on some invalid data
|