/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | mztools.c | 70 err = Z_ERRNO; 81 err = Z_ERRNO; 85 err = Z_ERRNO; 89 err = Z_ERRNO; 104 err = Z_ERRNO; 108 err = Z_ERRNO; 112 err = Z_ERRNO; 131 err = Z_ERRNO; 134 err = Z_ERRNO; 178 err = Z_ERRNO; [all...] |
H A D | zip.h | 74 #define ZIP_ERRNO (Z_ERRNO)
|
H A D | unzip.h | 76 #define UNZ_ERRNO (Z_ERRNO)
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | mztools.c | 70 err = Z_ERRNO; 81 err = Z_ERRNO; 85 err = Z_ERRNO; 89 err = Z_ERRNO; 104 err = Z_ERRNO; 108 err = Z_ERRNO; 112 err = Z_ERRNO; 131 err = Z_ERRNO; 134 err = Z_ERRNO; 178 err = Z_ERRNO; [all...] |
H A D | zip.h | 74 #define ZIP_ERRNO (Z_ERRNO)
|
/third_party/zlib/contrib/minizip/ |
H A D | mztools.c | 69 err = Z_ERRNO; in unzRepair() 80 err = Z_ERRNO; in unzRepair() 84 err = Z_ERRNO; in unzRepair() 88 err = Z_ERRNO; in unzRepair() 103 err = Z_ERRNO; in unzRepair() 107 err = Z_ERRNO; in unzRepair() 111 err = Z_ERRNO; in unzRepair() 130 err = Z_ERRNO; in unzRepair() 133 err = Z_ERRNO; in unzRepair() 177 err = Z_ERRNO; in unzRepair() [all...] |
H A D | zip.h | 74 #define ZIP_ERRNO (Z_ERRNO)
|
/third_party/zlib/examples/ |
H A D | zpipe.c | 34 version of the library linked do not match, or Z_ERRNO if there is 57 return Z_ERRNO; in def() 72 return Z_ERRNO; in def() 90 the version of the library linked do not match, or Z_ERRNO if there 115 return Z_ERRNO; in inf() 138 return Z_ERRNO; in inf() 155 case Z_ERRNO: in zerr()
|
H A D | zran.c | 145 int ret; // the return value from zlib, or Z_ERRNO in deflate_index_build() 155 ret = Z_ERRNO; in deflate_index_build() 360 return Z_ERRNO; in deflate_index_extract() 363 return ferror(in) ? Z_ERRNO : Z_BUF_ERROR; in deflate_index_extract() 394 ret = Z_ERRNO; in deflate_index_extract() 425 return ferror(in) ? Z_ERRNO : Z_BUF_ERROR; in deflate_index_extract() 437 ret = Z_ERRNO; in deflate_index_extract() 510 case Z_ERRNO: in main()
|
H A D | fitblk.c | 71 input reached; return last deflate() return value, or Z_ERRNO if 82 return Z_ERRNO; in partcompress() 159 if (ret == Z_ERRNO) in main()
|
H A D | gun.c | 380 prematurely or a write error occurs, or Z_ERRNO if junk (not a another gzip 408 ret = first ? Z_DATA_ERROR : Z_ERRNO; in gunpipe() 589 case Z_ERRNO: in gunzip() 594 if (ret == Z_ERRNO) in gunzip()
|
/third_party/zlib/test/ |
H A D | minigzip.c | 316 * success, Z_ERRNO otherwise. 330 return Z_ERRNO; in gz_compress_mmap() 335 return Z_ERRNO; in gz_compress_mmap() 342 return Z_ERRNO; in gz_compress_mmap()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 135 #define Z_ERRNO (-1) macro 763 errnum is set to Z_ERRNO and the application may consult errno
|
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 288 return Z_ERRNO; in write_flate() 317 case Z_ERRNO: in zerr()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzwrite.c | 91 gz_error(state, Z_ERRNO, zstrerror()); 112 gz_error(state, Z_ERRNO, zstrerror()); 665 ret = Z_ERRNO;
|
H A D | gzread.c | 41 gz_error(state, Z_ERRNO, zstrerror()); 655 return ret ? Z_ERRNO : err;
|
/third_party/node/deps/zlib/ |
H A D | gzwrite.c | 80 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 110 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 628 ret = Z_ERRNO; in gzclose_w()
|
H A D | gzread.c | 28 gz_error(state, Z_ERRNO, zstrerror()); in gz_load() 601 return ret ? Z_ERRNO : err; in gzclose_r()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzwrite.c | 91 gz_error(state, Z_ERRNO, zstrerror()); 112 gz_error(state, Z_ERRNO, zstrerror()); 662 ret = Z_ERRNO;
|
H A D | gzread.c | 41 gz_error(state, Z_ERRNO, zstrerror()); 657 return ret ? Z_ERRNO : err;
|
/third_party/zlib/ |
H A D | gzwrite.c | 84 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 114 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 635 ret = Z_ERRNO; in gzclose_w()
|
H A D | gzread.c | 35 gz_error(state, Z_ERRNO, zstrerror()); in gz_load() 705 return ret ? Z_ERRNO : err; in gzclose_r()
|
/third_party/toybox/toys/lsb/ |
H A D | gzip.c | 90 if (len>0 || err == Z_ERRNO) perror_msg(dd ? "write" : "read"); in do_deflate()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 37 gz_error(state, Z_ERRNO, zstrerror());
652 return ret ? Z_ERRNO : Z_OK;
|
H A D | gzwrite.c | 81 gz_error(state, Z_ERRNO, zstrerror());
530 return ret ? Z_ERRNO : Z_OK;
|