Searched refs:gz_error (Results 1 - 7 of 7) sorted by relevance
| /vbox/src/libs/zlib-1.2.6/ |
| H A D | gzread.c | 36 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 D | gzwrite.c | 24 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 D | gzguts.h | 183 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
| H A D | gzlib.c | 85 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 D | zconf.h | 56 # define gz_error vboxzlib_gz_error macro 147 # define gz_error z_gz_error macro
|
| H A D | zconf.h.cmakein | 58 # define gz_error z_gz_error
|
| H A D | zconf.h.in | 56 # define gz_error z_gz_error
|
Completed in 65 milliseconds