Searched refs:gz_error (Results 1 – 10 of 10) sorted by relevance
| /titanic_53/usr/src/boot/lib/libz/ |
| H A D | gzread.c | 39 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 D | gzwrite.c | 27 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 D | gzlib.c | 88 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 D | Symbol.map | 101 gz_error;
|
| H A D | gzguts.h | 196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
| H A D | zconf.h | 57 # define gz_error z_gz_error macro
|
| H A D | ChangeLog | 436 - Make compilers happier with const char * for gz_error message
|
| /titanic_53/usr/src/contrib/zlib/ |
| H A D | gzguts.h | 206 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
| H A D | zconf.h | 85 # define gz_error z_gz_error macro
|
| H A D | ChangeLog | 542 - Make compilers happier with const char * for gz_error message
|