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");
80 gz_error(state, Z_ERRNO, zstrerror());
110 gz_error(state, Z_ERRNO, zstrerror());
126 gz_error(state, Z_STREAM_ERROR,
252 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
278 gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t");
348 gz_error(state, Z_STREAM_ERROR, "string length does not fit in int");
625 gz_error(state, Z_OK, NULL);