Home
last modified time | relevance | path

Searched refs:Z_MEM_ERROR (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/skia/third_party/externals/freetype/src/gzip/
Dinftrees.c312 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()
Dinfblock.c164 r = Z_MEM_ERROR; in inflate_blocks()
231 r = Z_MEM_ERROR; in inflate_blocks()
333 r = Z_MEM_ERROR; in inflate_blocks()
Dinflate.c104 return Z_MEM_ERROR; in inflateInit2_()
129 return Z_MEM_ERROR; in inflateInit2_()
Dzlib.h138 #define Z_MEM_ERROR (-4) macro
/third_party/zlib/examples/
Dzran.c197 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()
Dfitblk.c109 if (ret == Z_MEM_ERROR) in recompress()
198 if (ret == Z_MEM_ERROR) in main()
213 if (ret == Z_MEM_ERROR) in main()
Dzpipe.c131 case Z_MEM_ERROR: in inf()
167 case Z_MEM_ERROR: in zerr()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dinfcover.cc350 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(&copy, &strm); assert(ret == Z_MEM_ERROR); in cover_wrap()
564 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR);
/third_party/zlib/test/
Dinfcover.c328 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(&copy, &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/
Dgzlib.c503 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()
Dgzread.c87 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()
Dgzwrite.c18 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/
Dgzlib.c552 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;
Dgzread.c106 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/
Dgzlib.c548 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;
Dgzread.c104 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/
Dgzlib.c548 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;
Dgzread.c104 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/
Dgzread.c121 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");
Dgzlib.c492 if (state->err != Z_MEM_ERROR)
503 if (err == Z_MEM_ERROR) {
510 state->err = Z_MEM_ERROR;
Dinflate.c189 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/
Dzlibmodule.c344 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/
Dnghttp2_gzip.c76 case Z_MEM_ERROR: in nghttp2_gzip_inflate()
/third_party/node/deps/npm/node_modules/minizlib/
Dconstants.js21 Z_MEM_ERROR: -4, property
/third_party/libwebsockets/lib/roles/http/compression/deflate/
Ddeflate.c80 case Z_MEM_ERROR: in lcs_process_deflate()

1234