Home
last modified time | relevance | path

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

/src/sys/contrib/zlib/
H A Dgzread.c42 gz_error(state, Z_ERRNO, zstrerror()); in gz_load()
105 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look()
120 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look()
196 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); in gz_decomp()
206 gz_error(state, Z_STREAM_ERROR, in gz_decomp()
211 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp()
222 gz_error(state, Z_DATA_ERROR, in gz_decomp()
273 gz_error(state, Z_STREAM_ERROR, "state corrupt"); in gz_fetch()
410 gz_error(state, Z_OK, NULL); in gzread()
415 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); in gzread()
[all …]
H A Dgzwrite.c19 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init()
29 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init()
42 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init()
85 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp()
120 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp()
136 gz_error(state, Z_STREAM_ERROR, in gz_comp()
267 gz_error(state, Z_OK, NULL); in gzwrite()
272 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); in gzwrite()
294 gz_error(state, Z_OK, NULL); in gzfwrite()
299 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); in gzfwrite()
[all …]
H A Dgzlib.c83 gz_error(state, Z_OK, NULL); /* clear error */ in gz_reset()
407 gz_error(state, Z_OK, NULL); in gzseek64()
548 gz_error(state, Z_OK, NULL); in gzclearerr()
557 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error() function
H A Dzlib.map17 gz_error;
H A Dgzguts.h207 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
H A Dzconf.h89 # define gz_error z_gz_error macro
H A Dzconf.h.in70 # define gz_error z_gz_error macro
H A DChangeLog633 - Make compilers happier with const char * for gz_error message
/src/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c52 gz_error(state, Z_ERRNO, zstrerror());
115 gz_error(state, Z_MEM_ERROR, "out of memory");
130 gz_error(state, Z_MEM_ERROR, "out of memory");
201 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
208 gz_error(state, Z_STREAM_ERROR,
213 gz_error(state, Z_MEM_ERROR, "out of memory");
217 gz_error(state, Z_DATA_ERROR,
407 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
445 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
546 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
H A Dgzwrite.c31 gz_error(state, Z_MEM_ERROR, "out of memory");
41 gz_error(state, Z_MEM_ERROR, "out of memory");
54 gz_error(state, Z_MEM_ERROR, "out of memory");
96 gz_error(state, Z_ERRNO, zstrerror());
117 gz_error(state, Z_ERRNO, zstrerror());
133 gz_error(state, Z_STREAM_ERROR,
270 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
301 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
665 gz_error(state, Z_OK, NULL);
H A Dgzlib.c88 gz_error(state, Z_OK, NULL); /* clear error */
410 gz_error(state, Z_OK, NULL);
573 gz_error(state, Z_OK, NULL);
582 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
H A Dgzguts.h216 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));