Home
last modified time | relevance | path

Searched refs:gz_error (Results 1 – 10 of 10) sorted by relevance

/titanic_53/usr/src/boot/lib/libz/
H A Dgzread.c39 gz_error(state, Z_ERRNO, zstrerror());
104 gz_error(state, Z_MEM_ERROR, "out of memory");
119 gz_error(state, Z_MEM_ERROR, "out of memory");
189 gz_error(state, Z_BUF_ERROR, "unexpected end of file");
196 gz_error(state, Z_STREAM_ERROR,
201 gz_error(state, Z_MEM_ERROR, "out of memory");
205 gz_error(state, Z_DATA_ERROR,
314 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
465 gz_error(state, Z_DATA_ERROR, "out of room to push characters");
592 gz_error(state, Z_OK, NULL);
H A Dgzwrite.c27 gz_error(state, Z_MEM_ERROR, "out of memory");
37 gz_error(state, Z_MEM_ERROR, "out of memory");
50 gz_error(state, Z_MEM_ERROR, "out of memory");
89 gz_error(state, Z_ERRNO, zstrerror());
106 gz_error(state, Z_ERRNO, zstrerror());
120 gz_error(state, Z_STREAM_ERROR,
190 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int");
574 gz_error(state, Z_OK, NULL);
H A Dgzlib.c88 gz_error(state, Z_OK, NULL); /* clear error */
406 gz_error(state, Z_OK, NULL);
569 gz_error(state, Z_OK, NULL);
578 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
H A DSymbol.map101 gz_error;
H A Dgzguts.h196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
H A Dzconf.h57 # define gz_error z_gz_error macro
H A DChangeLog436 - Make compilers happier with const char * for gz_error message
/titanic_53/usr/src/contrib/zlib/
H A Dgzguts.h206 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
H A Dzconf.h85 # define gz_error z_gz_error macro
H A DChangeLog542 - Make compilers happier with const char * for gz_error message