Searched refs:gz_error (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/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(stat
[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 Dgzguts.h216 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
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) function
/freebsd-current/sys/contrib/zlib/
H A Dgzread.c29 gz_error(state, Z_ERRNO, zstrerror());
88 gz_error(state, Z_MEM_ERROR, "out of memory");
103 gz_error(state, Z_MEM_ERROR, "out of memory");
169 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
176 gz_error(state, Z_STREAM_ERROR,
181 gz_error(state, Z_MEM_ERROR, "out of memory");
185 gz_error(state, Z_DATA_ERROR,
362 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
479 gz_error(stat
[all...]
H A Dgzwrite.c19 gz_error(state, Z_MEM_ERROR, "out of memory");
29 gz_error(state, Z_MEM_ERROR, "out of memory");
42 gz_error(state, Z_MEM_ERROR, "out of memory");
81 gz_error(state, Z_ERRNO, zstrerror());
111 gz_error(state, Z_ERRNO, zstrerror());
127 gz_error(state, Z_STREAM_ERROR,
253 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
279 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
349 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int");
626 gz_error(stat
[all...]
H A Dgzlib.c81 gz_error(state, Z_OK, NULL); /* clear error */
378 gz_error(state, Z_OK, NULL);
522 gz_error(state, Z_OK, NULL);
531 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { function
H A Dgzguts.h205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
H A Dzconf.h76 # define gz_error z_gz_error macro

Completed in 141 milliseconds