Searched refs:gz_error (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/zlib-55/zlib/
H A Dgzread.c37 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");
166 gz_error(state, Z_DATA_ERROR, "unknown compression method");
171 gz_error(state, Z_DATA_ERROR, "unknown header flags set");
252 gz_error(state, Z_DATA_ERROR, "unexpected end of file");
259 gz_error(state, Z_STREAM_ERROR,
264 gz_error(state, Z_MEM_ERROR, "out of memory");
268 gz_error(state, Z_DATA_ERROR,
282 gz_error(stat
[all...]
H A Dgzguts.h119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
H A Dgzwrite.c29 gz_error(state, Z_MEM_ERROR, "out of memory");
41 gz_error(state, Z_MEM_ERROR, "out of memory");
81 gz_error(state, Z_ERRNO, zstrerror());
95 gz_error(state, Z_STREAM_ERROR,
166 gz_error(state, Z_BUF_ERROR, "requested length does not fit in int");
526 gz_error(state, Z_OK, NULL);
H A Dgzlib.c81 gz_error(state, Z_OK, NULL); /* clear error */
315 gz_error(state, Z_OK, NULL);
476 gz_error(state, Z_OK, NULL);
485 void ZLIB_INTERNAL gz_error(state, err, msg) function
H A Dzconf.h50 # define gz_error z_gz_error macro
H A Dzconf.h.cmakein52 # define gz_error z_gz_error
H A Dzconf.h.in50 # define gz_error z_gz_error
/macosx-10.10.1/sudo-73/src/zlib/
H A Dgzread.c36 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(stat
[all...]
H A Dgzwrite.c24 gz_error(state, Z_MEM_ERROR, "out of memory");
34 gz_error(state, Z_MEM_ERROR, "out of memory");
47 gz_error(state, Z_MEM_ERROR, "out of memory");
86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
117 gz_error(state, Z_STREAM_ERROR,
188 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
556 gz_error(state, Z_OK, NULL);
H A Dgzguts.h177 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
H A Dgzlib.c85 gz_error(state, Z_OK, NULL); /* clear error */
337 gz_error(state, Z_OK, NULL);
499 gz_error(state, Z_OK, NULL);
508 void ZLIB_INTERNAL gz_error(state, err, msg) function
H A Dzconf.h.in64 # define gz_error z_gz_error

Completed in 121 milliseconds