Lines Matching refs:gz_error
41 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
395 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
433 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
522 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
649 gz_error(state, Z_OK, NULL);