Lines Matching refs:gz_error
21 gz_error(state, Z_MEM_ERROR, "out of memory");
31 gz_error(state, Z_MEM_ERROR, "out of memory");
44 gz_error(state, Z_MEM_ERROR, "out of memory");
84 gz_error(state, Z_ERRNO, zstrerror());
114 gz_error(state, Z_ERRNO, zstrerror());
130 gz_error(state, Z_STREAM_ERROR,
258 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
285 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
355 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int");
632 gz_error(state, Z_OK, NULL);