Home
last modified time | relevance | path

Searched refs:Z_MEM_ERROR (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/skia/third_party/externals/freetype/src/gzip/
H A 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()
H A 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()
H A Dzlib.h138 #define Z_MEM_ERROR (-4) macro
189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
370 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was not
433 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
482 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
531 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
598 compress returns Z_OK if success, Z_MEM_ERROR if there was not
610 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
626 uncompress returns Z_OK if success, Z_MEM_ERROR i
[all...]
H A Dinflate.c104 return Z_MEM_ERROR; in inflateInit2_()
129 return Z_MEM_ERROR; in inflateInit2_()
/third_party/zlib/examples/
H A Dfitblk.c94 return last deflate() return value, or Z_MEM_ERROR if inflate()
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 Dzpipe.c31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
131 case Z_MEM_ERROR: in inf()
167 case Z_MEM_ERROR: in zerr()
H A Dzran.c204 ret = Z_MEM_ERROR; in deflate_index_build()
237 return Z_MEM_ERROR; in deflate_index_build()
501 case Z_MEM_ERROR: in main()
527 got == Z_MEM_ERROR ? "out of memory" : "input corrupted"); in main()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A 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/
H A 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()
543 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR); in try()
/third_party/node/deps/v8/third_party/zlib/
H A 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");
H A Dgzlib.c548 return state->err == Z_MEM_ERROR ? "out of memory" :
575 not try to free or allocate space if the error is Z_MEM_ERROR (out of
586 if (state->err != Z_MEM_ERROR)
601 if (err == Z_MEM_ERROR)
607 state->err = Z_MEM_ERROR;
H A Dgzwrite.c26 gz_error(state, Z_MEM_ERROR, "out of memory");
36 gz_error(state, Z_MEM_ERROR, "out of memory");
49 gz_error(state, Z_MEM_ERROR, "out of memory");
/third_party/node/deps/zlib/
H A Dgzlib.c503 return state->err == Z_MEM_ERROR ? "out of memory" : in gzerror()
528 not try to free or allocate space if the error is Z_MEM_ERROR (out of
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()
H A 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()
H A 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/libwebsockets/win32port/zlib/
H A 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");
H A Dgzlib.c481 not try to free or allocate space if the error is Z_MEM_ERROR (out of
492 if (state->err != Z_MEM_ERROR)
503 if (err == Z_MEM_ERROR) {
510 state->err = Z_MEM_ERROR;
H A 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/skia/third_party/externals/zlib/
H A Dgzlib.c548 return state->err == Z_MEM_ERROR ? "out of memory" :
575 not try to free or allocate space if the error is Z_MEM_ERROR (out of
586 if (state->err != Z_MEM_ERROR)
601 if (err == Z_MEM_ERROR)
607 state->err = Z_MEM_ERROR;
H A 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/zlib/
H A Dgzlib.c514 return state->err == Z_MEM_ERROR ? "out of memory" : in gzerror()
539 not try to free or allocate space if the error is Z_MEM_ERROR (out of
546 if (state->err != Z_MEM_ERROR) in gz_error()
561 if (err == Z_MEM_ERROR) in gz_error()
567 state->err = Z_MEM_ERROR; in gz_error()
H A Dgzread.c102 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look()
117 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look()
201 if (ret == Z_MEM_ERROR) { in gz_decomp()
202 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp()
/third_party/python/Modules/
H A Dzlibmodule.c347 case Z_MEM_ERROR: in zlib_compress_impl()
457 case Z_MEM_ERROR: in zlib_decompress_impl()
489 case Z_MEM_ERROR: in zlib_decompress_impl()
595 case Z_MEM_ERROR: in zlib_compressobj_impl()
696 case Z_MEM_ERROR: in zlib_decompressobj_impl()
1088 case Z_MEM_ERROR: in zlib_Compress_copy_impl()
1175 case Z_MEM_ERROR: in zlib_Decompress_copy_impl()
/third_party/nghttp2/src/
H A Dnghttp2_gzip.c76 case Z_MEM_ERROR: in nghttp2_gzip_inflate()
/third_party/libwebsockets/lib/roles/http/compression/deflate/
H A Ddeflate.c80 case Z_MEM_ERROR: in lcs_process_deflate()

Completed in 19 milliseconds

1234