Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/src/
A 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");
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");
282 gz_error(state, Z_DATA_ERROR, "incorrect data check");
286 gz_error(state, Z_DATA_ERROR, "incorrect length check");
[all …]
A 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);
A 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
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A 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 …]
A 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);
A Dzlib.map17 gz_error;
A 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
A Dgzguts.h205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
A Dzconf.h62 # define gz_error z_gz_error macro
A Dzconf.h.cmakein64 # define gz_error z_gz_error
A Dzconf.h.in62 # define gz_error z_gz_error macro
A DChangeLog479 - Make compilers happier with const char * for gz_error message
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dgzguts.h119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
A Dzconf.h50 # define gz_error z_gz_error macro
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dzconf.h62 # define gz_error z_gz_error macro

Completed in 27 milliseconds