Home
last modified time | relevance | path

Searched refs:Z_ERRNO (Results 1 - 25 of 39) sorted by relevance

12

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dmztools.c70 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 Dzip.h74 #define ZIP_ERRNO (Z_ERRNO)
H A Dunzip.h76 #define UNZ_ERRNO (Z_ERRNO)
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dmztools.c70 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 Dzip.h74 #define ZIP_ERRNO (Z_ERRNO)
/third_party/zlib/contrib/minizip/
H A Dmztools.c69 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 Dzip.h74 #define ZIP_ERRNO (Z_ERRNO)
/third_party/zlib/examples/
H A Dzpipe.c34 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 Dzran.c145 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 Dfitblk.c71 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 Dgun.c380 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 Dminigzip.c316 * 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 Dzlib.h135 #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 Drastertops.c288 return Z_ERRNO; in write_flate()
317 case Z_ERRNO: in zerr()
/third_party/node/deps/v8/third_party/zlib/
H A Dgzwrite.c91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
665 ret = Z_ERRNO;
H A Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
655 return ret ? Z_ERRNO : err;
/third_party/node/deps/zlib/
H A Dgzwrite.c80 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 Dgzread.c28 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 Dgzwrite.c91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
662 ret = Z_ERRNO;
H A Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
657 return ret ? Z_ERRNO : err;
/third_party/zlib/
H A Dgzwrite.c84 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 Dgzread.c35 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 Dgzip.c90 if (len>0 || err == Z_ERRNO) perror_msg(dd ? "write" : "read"); in do_deflate()
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c37 gz_error(state, Z_ERRNO, zstrerror());
652 return ret ? Z_ERRNO : Z_OK;
H A Dgzwrite.c81 gz_error(state, Z_ERRNO, zstrerror());
530 return ret ? Z_ERRNO : Z_OK;

Completed in 21 milliseconds

12