Home | History | Annotate | Download | only in zlib

Lines Matching refs:gz_error

18         gz_error(state, Z_MEM_ERROR, "out of memory");
28 gz_error(state, Z_MEM_ERROR, "out of memory");
41 gz_error(state, Z_MEM_ERROR, "out of memory");
82 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
128 gz_error(state, Z_STREAM_ERROR,
254 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
280 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
350 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int");
627 gz_error(state, Z_OK, NULL);