Home | History | Annotate | Download | only in src

Lines Matching full:gz_error

36         gz_error(state, Z_ERRNO, zstrerror());
100 gz_error(state, Z_MEM_ERROR, "out of memory");
115 gz_error(state, Z_MEM_ERROR, "out of memory");
185 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
192 gz_error(state, Z_STREAM_ERROR,
197 gz_error(state, Z_MEM_ERROR, "out of memory");
201 gz_error(state, Z_DATA_ERROR,
310 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
457 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
584 gz_error(state, Z_OK, NULL);