gz_error
void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
gz_error(state, Z_OK, NULL);
gz_error(state, Z_OK, NULL);
gz_error(state, Z_OK, NULL); /* clear error */
gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error(state, Z_BUF_ERROR, "unexpected end of file");
gz_error(state, Z_STREAM_ERROR,
gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error(state, Z_DATA_ERROR,
gz_error(state, Z_STREAM_ERROR, "state corrupt");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_ERRNO, zstrerror());
gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
gz_error(state, Z_ERRNO, zstrerror());
gz_error(state, Z_OK, NULL);
gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_OK, NULL);
gz_error(state, Z_DATA_ERROR, "out of room to push characters");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_OK, NULL);
gz_error(state, Z_ERRNO, zstrerror());
gz_error(state, Z_STREAM_ERROR,
gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_OK, NULL);
gz_error(state, Z_STREAM_ERROR, "string length does not fit in int");
gz_error(state, Z_MEM_ERROR, "out of memory");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_BUF_ERROR, "stalled write on gzprintf");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_BUF_ERROR, "stalled write on gzprintf");
gz_error(state, Z_OK, NULL);
gz_error(state, Z_OK, NULL);
gz_error(state, Z_OK, NULL);
gz_error(state, Z_ERRNO, zstrerror());