Home
last modified time | relevance | path

Searched refs:Z_ERRNO (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
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 …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
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 …]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
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 …]
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
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 …]
/third_party/zlib/contrib/minizip/
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 …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dzpipe.c57 return Z_ERRNO; in def()
72 return Z_ERRNO; in def()
115 return Z_ERRNO; in inf()
138 return Z_ERRNO; in inf()
155 case Z_ERRNO: in zerr()
Dzran.c174 ret = Z_ERRNO; in build_index()
283 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR; in extract()
317 ret = Z_ERRNO; in extract()
384 case Z_ERRNO: in main()
Dfitblk.c82 return Z_ERRNO; in partcompress()
159 if (ret == Z_ERRNO) in main()
Dgun.c408 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/examples/
Dzpipe.c57 return Z_ERRNO; in def()
72 return Z_ERRNO; in def()
115 return Z_ERRNO; in inf()
138 return Z_ERRNO; in inf()
155 case Z_ERRNO: in zerr()
Dzran.c166 ret = Z_ERRNO; in deflate_index_build()
282 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR; in deflate_index_extract()
316 ret = Z_ERRNO; in deflate_index_extract()
360 ret = Z_ERRNO; in deflate_index_extract()
451 case Z_ERRNO: in main()
Dfitblk.c82 return Z_ERRNO; in partcompress()
159 if (ret == Z_ERRNO) in main()
Dgun.c408 ret = first ? Z_DATA_ERROR : Z_ERRNO; in gunpipe()
589 case Z_ERRNO: in gunzip()
594 if (ret == Z_ERRNO) in gunzip()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dzpipe.c57 return Z_ERRNO; in def()
72 return Z_ERRNO; in def()
115 return Z_ERRNO; in inf()
138 return Z_ERRNO; in inf()
155 case Z_ERRNO: in zerr()
Dzran.c174 ret = Z_ERRNO; in build_index()
283 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR; in extract()
317 ret = Z_ERRNO; in extract()
384 case Z_ERRNO: in main()
Dfitblk.c82 return Z_ERRNO; in partcompress()
159 if (ret == Z_ERRNO) in main()
Dgun.c408 ret = first ? Z_DATA_ERROR : Z_ERRNO; in gunpipe()
589 case Z_ERRNO: in gunzip()
594 if (ret == Z_ERRNO) in gunzip()
/third_party/node/deps/npm/node_modules/minizlib/
Dconstants.js18 Z_ERRNO: -1, property
/third_party/zlib/test/
Dminigzip.c407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
409 if (buf_len <= 0) return Z_ERRNO;
413 if (buf == (caddr_t)(-1)) return Z_ERRNO;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dminigzip.c407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
409 if (buf_len <= 0) return Z_ERRNO;
413 if (buf == (caddr_t)(-1)) return Z_ERRNO;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dminigzip.c407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
409 if (buf_len <= 0) return Z_ERRNO;
413 if (buf == (caddr_t)(-1)) return Z_ERRNO;
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dzlib.h135 #define Z_ERRNO (-1) macro
/third_party/freetype/src/gzip/
Dzlib.h135 #define Z_ERRNO (-1) macro
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzlib.h135 #define Z_ERRNO (-1) macro
/third_party/toybox/toys/lsb/
Dgzip.c89 if (len>0 || err == Z_ERRNO) perror_msg(dd ? "write" : "read");

1234