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

/freebsd-11-stable/sys/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(stat
[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 Dgzguts.h205 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
H A Dzconf.h62 # define gz_error z_gz_error macro

Completed in 111 milliseconds