Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dgzread.c44 gz_error(state, Z_ERRNO, zstrerror());
107 gz_error(state, Z_MEM_ERROR, "out of memory");
122 gz_error(state, Z_MEM_ERROR, "out of memory");
192 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
199 gz_error(state, Z_STREAM_ERROR,
204 gz_error(state, Z_MEM_ERROR, "out of memory");
208 gz_error(state, Z_DATA_ERROR,
398 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
436 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
525 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
[all …]
H A Dgzwrite.c29 gz_error(state, Z_MEM_ERROR, "out of memory");
39 gz_error(state, Z_MEM_ERROR, "out of memory");
52 gz_error(state, Z_MEM_ERROR, "out of memory");
94 gz_error(state, Z_ERRNO, zstrerror());
115 gz_error(state, Z_ERRNO, zstrerror());
131 gz_error(state, Z_STREAM_ERROR,
268 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
298 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
662 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 Dzlib.map17 gz_error;
H A Dgzguts.h205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
H A Dzconf.h68 # define gz_error z_gz_error macro
H A Dzconf.h.in62 # define gz_error z_gz_error macro
H A DChangeLog479 - Make compilers happier with const char * for gz_error message
/f-stack/freebsd/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 *));