Home | History | Annotate | Download | only in zlib

Lines Matching refs:gz_error

37         gz_error(state, Z_ERRNO, zstrerror());
121 gz_error(state, Z_MEM_ERROR, "out of memory");
136 gz_error(state, Z_MEM_ERROR, "out of memory");
162 gz_error(state, Z_DATA_ERROR, "unknown compression method");
167 gz_error(state, Z_DATA_ERROR, "unknown header flags set");
248 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
255 gz_error(state, Z_STREAM_ERROR,
260 gz_error(state, Z_MEM_ERROR, "out of memory");
264 gz_error(state, Z_DATA_ERROR,
278 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
282 gz_error(state, Z_DATA_ERROR, "incorrect data check");
286 gz_error(state, Z_DATA_ERROR, "incorrect length check");
384 gz_error(state, Z_BUF_ERROR, "requested length does not fit in int");
519 gz_error(state, Z_BUF_ERROR, "out of room to push characters");
648 gz_error(state, Z_OK, NULL);