Home | History | Annotate | Download | only in zlib

Lines Matching full:gz_error

36         gz_error(state, Z_ERRNO, zstrerror());
95 gz_error(state, Z_MEM_ERROR, "out of memory");
110 gz_error(state, Z_MEM_ERROR, "out of memory");
180 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
187 gz_error(state, Z_STREAM_ERROR,
192 gz_error(state, Z_MEM_ERROR, "out of memory");
196 gz_error(state, Z_DATA_ERROR,
305 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
452 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
579 gz_error(state, Z_OK, NULL);