Lines Matching refs:gz_error
35 gz_error(state, Z_ERRNO, zstrerror());
102 gz_error(state, Z_MEM_ERROR, "out of memory");
117 gz_error(state, Z_MEM_ERROR, "out of memory");
190 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
197 gz_error(state, Z_STREAM_ERROR,
202 gz_error(state, Z_MEM_ERROR, "out of memory");
206 gz_error(state, Z_DATA_ERROR,
417 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
457 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
558 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
701 gz_error(state, Z_OK, NULL);