Home
last modified time | relevance | path

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

12

/external/zlib/src/
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;
Dgzguts.h205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
Dzconf.h62 # define gz_error z_gz_error macro
Dzconf.h.cmakein64 # define gz_error z_gz_error
Dzconf.h.in62 # define gz_error z_gz_error macro
/external/python/cpython3/Modules/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");
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;
Dgzguts.h205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
Dzconf.h62 # define gz_error z_gz_error macro
Dzconf.h.cmakein64 # define gz_error z_gz_error
Dzconf.h.in62 # define gz_error z_gz_error macro
/external/python/cpython2/Modules/zlib/
Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
101 gz_error(state, Z_MEM_ERROR, "out of memory");
116 gz_error(state, Z_MEM_ERROR, "out of memory");
186 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
193 gz_error(state, Z_STREAM_ERROR,
198 gz_error(state, Z_MEM_ERROR, "out of memory");
202 gz_error(state, Z_DATA_ERROR,
311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
462 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
589 gz_error(state, Z_OK, NULL);
Dgzwrite.c24 gz_error(state, Z_MEM_ERROR, "out of memory");
34 gz_error(state, Z_MEM_ERROR, "out of memory");
47 gz_error(state, Z_MEM_ERROR, "out of memory");
86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
117 gz_error(state, Z_STREAM_ERROR,
187 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
571 gz_error(state, Z_OK, NULL);
Dgzlib.c85 gz_error(state, Z_OK, NULL); /* clear error */
403 gz_error(state, Z_OK, NULL);
566 gz_error(state, Z_OK, NULL);
575 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
Dzlib.map17 gz_error;
Dgzguts.h196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
Dzconf.h57 # define gz_error z_gz_error macro
/external/zlib/
Dlibz.map.txt36 gz_error; # introduced=21
Dzconf.h62 # define gz_error z_gz_error macro
/external/syslinux/com32/include/
Dzconf.h50 # define gz_error z_gz_error macro

12