Lines Matching refs:gz_error
52 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");
673 gz_error(state, Z_OK, NULL);