/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A 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()
|
H A 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()
|
H A D | zlib.h | 138 #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 D | inflate.c | 104 return Z_MEM_ERROR; in inflateInit2_() 129 return Z_MEM_ERROR; in inflateInit2_()
|
/third_party/zlib/examples/ |
H A D | fitblk.c | 94 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 D | zpipe.c | 31 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 D | zran.c | 204 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 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/ |
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() 543 assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR); in try()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A 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");
|
H A D | gzlib.c | 548 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 D | gzwrite.c | 26 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 D | gzlib.c | 503 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 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()
|
H A 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/libwebsockets/win32port/zlib/ |
H A 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");
|
H A D | gzlib.c | 481 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 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/skia/third_party/externals/zlib/ |
H A D | gzlib.c | 548 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 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/zlib/ |
H A D | gzlib.c | 514 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 D | gzread.c | 102 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 D | zlibmodule.c | 347 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 D | nghttp2_gzip.c | 76 case Z_MEM_ERROR: in nghttp2_gzip_inflate()
|
/third_party/libwebsockets/lib/roles/http/compression/deflate/ |
H A D | deflate.c | 80 case Z_MEM_ERROR: in lcs_process_deflate()
|