Lines Matching refs:gz_error
36 gz_error(state, Z_ERRNO, zstrerror());
101 gz_error(state, Z_MEM_ERROR, "out of memory");
116 gz_error(state, Z_MEM_ERROR, "out of memory");
186 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
193 gz_error(state, Z_STREAM_ERROR,
198 gz_error(state, Z_MEM_ERROR, "out of memory");
202 gz_error(state, Z_DATA_ERROR,
311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
462 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
589 gz_error(state, Z_OK, NULL);