Lines Matching refs:gz_error
28 gz_error(state, Z_ERRNO, zstrerror());
87 gz_error(state, Z_MEM_ERROR, "out of memory");
102 gz_error(state, Z_MEM_ERROR, "out of memory");
168 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
175 gz_error(state, Z_STREAM_ERROR,
180 gz_error(state, Z_MEM_ERROR, "out of memory");
184 gz_error(state, Z_DATA_ERROR,
361 gz_error(state, Z_STREAM_ERROR, "request does not fit in an int");
394 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
478 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
597 gz_error(state, Z_OK, NULL);