Home
last modified time | relevance | path

Searched refs:gz_error (Results 1 – 25 of 51) sorted by relevance

123

/third_party/libwebsockets/win32port/zlib/
Dgzread.c37 gz_error(state, Z_ERRNO, zstrerror());
121 gz_error(state, Z_MEM_ERROR, "out of memory");
136 gz_error(state, Z_MEM_ERROR, "out of memory");
162 gz_error(state, Z_DATA_ERROR, "unknown compression method");
167 gz_error(state, Z_DATA_ERROR, "unknown header flags set");
248 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
255 gz_error(state, Z_STREAM_ERROR,
260 gz_error(state, Z_MEM_ERROR, "out of memory");
264 gz_error(state, Z_DATA_ERROR,
278 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
[all …]
Dgzwrite.c29 gz_error(state, Z_MEM_ERROR, "out of memory");
41 gz_error(state, Z_MEM_ERROR, "out of memory");
81 gz_error(state, Z_ERRNO, zstrerror());
95 gz_error(state, Z_STREAM_ERROR,
166 gz_error(state, Z_BUF_ERROR, "requested length does not fit in int");
526 gz_error(state, Z_OK, NULL);
Dgzlib.c81 gz_error(state, Z_OK, NULL); /* clear error */
315 gz_error(state, Z_OK, NULL);
476 gz_error(state, Z_OK, NULL);
485 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
Dgzguts.h119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
522 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
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");
91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
128 gz_error(state, Z_STREAM_ERROR,
265 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
295 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
659 gz_error(state, Z_OK, NULL);
Dgzlib.c85 gz_error(state, Z_OK, NULL); /* clear error */
407 gz_error(state, Z_OK, NULL);
570 gz_error(state, Z_OK, NULL);
579 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
Dzlib.map17 gz_error;
/third_party/skia/third_party/externals/zlib/
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
526 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
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");
91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
128 gz_error(state, Z_STREAM_ERROR,
265 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
295 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
659 gz_error(state, Z_OK, NULL);
Dgzlib.c85 gz_error(state, Z_OK, NULL); /* clear error */
407 gz_error(state, Z_OK, NULL);
570 gz_error(state, Z_OK, NULL);
579 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
522 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
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");
91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
128 gz_error(state, Z_STREAM_ERROR,
265 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
295 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
659 gz_error(state, Z_OK, NULL);
Dgzlib.c85 gz_error(state, Z_OK, NULL); /* clear error */
407 gz_error(state, Z_OK, NULL);
570 gz_error(state, Z_OK, NULL);
579 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
Dzlib.map17 gz_error;
/third_party/flutter/skia/third_party/externals/zlib/
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
526 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
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");
91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
128 gz_error(state, Z_STREAM_ERROR,
265 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
295 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
659 gz_error(state, Z_OK, NULL);
Dgzlib.c85 gz_error(state, Z_OK, NULL); /* clear error */
407 gz_error(state, Z_OK, NULL);
570 gz_error(state, Z_OK, NULL);
579 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
/third_party/node/deps/zlib/
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
526 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
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");
91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
128 gz_error(state, Z_STREAM_ERROR,
265 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
295 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
659 gz_error(state, Z_OK, NULL);
Dgzlib.c85 gz_error(state, Z_OK, NULL); /* clear error */
407 gz_error(state, Z_OK, NULL);
570 gz_error(state, Z_OK, NULL);
579 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
/third_party/zlib/
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
520 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
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");
91 gz_error(state, Z_ERRNO, zstrerror());
121 gz_error(state, Z_ERRNO, zstrerror());
137 gz_error(state, Z_STREAM_ERROR,
274 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
304 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
380 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int");
671 gz_error(state, Z_OK, NULL);
Dgzlib.c87 gz_error(state, Z_OK, NULL); /* clear error */
409 gz_error(state, Z_OK, NULL);
572 gz_error(state, Z_OK, NULL);
581 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
Dzlib.map17 gz_error;

123