/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | inftrees.c | 312 return Z_MEM_ERROR; in inflate_trees_bits() 345 return Z_MEM_ERROR; in inflate_trees_dynamic() 353 else if (r != Z_MEM_ERROR) in inflate_trees_dynamic() 379 else if (r != Z_MEM_ERROR) in inflate_trees_dynamic() 428 return Z_MEM_ERROR; in inflate_trees_fixed() 432 return Z_MEM_ERROR; in inflate_trees_fixed()
|
D | infblock.c | 164 r = Z_MEM_ERROR; in inflate_blocks() 231 r = Z_MEM_ERROR; in inflate_blocks() 333 r = Z_MEM_ERROR; in inflate_blocks()
|
D | inflate.c | 104 return Z_MEM_ERROR; in inflateInit2_() 129 return Z_MEM_ERROR; in inflateInit2_()
|
D | zlib.h | 138 #define Z_MEM_ERROR (-4) macro
|
/third_party/zlib/examples/ |
D | zran.c | 197 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR) in deflate_index_build() 224 ret = Z_MEM_ERROR; in deflate_index_build() 328 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR) in deflate_index_extract() 370 if (ret == Z_MEM_ERROR || ret == Z_DATA_ERROR) in deflate_index_extract() 445 case Z_MEM_ERROR: in main() 467 len == Z_MEM_ERROR ? "out of memory" : "input corrupted"); in main()
|
D | fitblk.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()
|
D | zpipe.c | 131 case Z_MEM_ERROR: in inf() 167 case Z_MEM_ERROR: in zerr()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
D | infcover.cc | 350 assert(ret == Z_MEM_ERROR); in inf() 444 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 445 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); in cover_wrap() 460 ret = inflateCopy(©, &strm); assert(ret == Z_MEM_ERROR); in cover_wrap() 564 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR);
|
/third_party/zlib/test/ |
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()
|
/third_party/node/deps/zlib/ |
D | gzlib.c | 503 return state->err == Z_MEM_ERROR ? "out of memory" : in gzerror() 535 if (state->err != Z_MEM_ERROR) in gz_error() 550 if (err == Z_MEM_ERROR) in gz_error() 556 state->err = Z_MEM_ERROR; in gz_error()
|
D | gzread.c | 87 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 102 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 179 if (ret == Z_MEM_ERROR) { in gz_decomp() 180 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp()
|
D | gzwrite.c | 18 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 28 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 41 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init()
|
/third_party/zlib/ |
D | gzlib.c | 552 return state->err == Z_MEM_ERROR ? "out of memory" : 590 if (state->err != Z_MEM_ERROR) 605 if (err == Z_MEM_ERROR) 611 state->err = Z_MEM_ERROR;
|
D | gzread.c | 106 gz_error(state, Z_MEM_ERROR, "out of memory"); 121 gz_error(state, Z_MEM_ERROR, "out of memory"); 200 if (ret == Z_MEM_ERROR) { 201 gz_error(state, Z_MEM_ERROR, "out of memory");
|
/third_party/skia/third_party/externals/zlib/ |
D | gzlib.c | 548 return state->err == Z_MEM_ERROR ? "out of memory" : 586 if (state->err != Z_MEM_ERROR) 601 if (err == Z_MEM_ERROR) 607 state->err = Z_MEM_ERROR;
|
D | gzread.c | 104 gz_error(state, Z_MEM_ERROR, "out of memory"); 119 gz_error(state, Z_MEM_ERROR, "out of memory"); 200 if (ret == Z_MEM_ERROR) { 201 gz_error(state, Z_MEM_ERROR, "out of memory");
|
/third_party/node/deps/v8/third_party/zlib/ |
D | gzlib.c | 548 return state->err == Z_MEM_ERROR ? "out of memory" : 586 if (state->err != Z_MEM_ERROR) 601 if (err == Z_MEM_ERROR) 607 state->err = Z_MEM_ERROR;
|
D | gzread.c | 104 gz_error(state, Z_MEM_ERROR, "out of memory"); 119 gz_error(state, Z_MEM_ERROR, "out of memory"); 200 if (ret == Z_MEM_ERROR) { 201 gz_error(state, Z_MEM_ERROR, "out of memory");
|
/third_party/libwebsockets/win32port/zlib/ |
D | gzread.c | 121 gz_error(state, Z_MEM_ERROR, "out of memory"); 136 gz_error(state, Z_MEM_ERROR, "out of memory"); 259 if (ret == Z_MEM_ERROR) { 260 gz_error(state, Z_MEM_ERROR, "out of memory");
|
D | gzlib.c | 492 if (state->err != Z_MEM_ERROR) 503 if (err == Z_MEM_ERROR) { 510 state->err = Z_MEM_ERROR;
|
D | inflate.c | 189 if (state == Z_NULL) return Z_MEM_ERROR; 1203 return Z_MEM_ERROR; 1220 return Z_MEM_ERROR; 1277 return Z_MEM_ERROR; 1424 if (copy == Z_NULL) return Z_MEM_ERROR; 1431 return Z_MEM_ERROR;
|
/third_party/python/Modules/ |
D | zlibmodule.c | 344 case Z_MEM_ERROR: in zlib_compress_impl() 454 case Z_MEM_ERROR: in zlib_decompress_impl() 486 case Z_MEM_ERROR: in zlib_decompress_impl() 592 case Z_MEM_ERROR: in zlib_compressobj_impl() 693 case Z_MEM_ERROR: in zlib_decompressobj_impl() 1085 case Z_MEM_ERROR: in zlib_Compress_copy_impl() 1172 case Z_MEM_ERROR: in zlib_Decompress_copy_impl()
|
/third_party/nghttp2/src/ |
D | nghttp2_gzip.c | 76 case Z_MEM_ERROR: in nghttp2_gzip_inflate()
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | constants.js | 21 Z_MEM_ERROR: -4, property
|
/third_party/libwebsockets/lib/roles/http/compression/deflate/ |
D | deflate.c | 80 case Z_MEM_ERROR: in lcs_process_deflate()
|