Searched refs:gz_error (Results 1 – 10 of 10) sorted by relevance
/external/zlib/src/ |
D | gzread.c | 36 gz_error(state, Z_ERRNO, zstrerror()); 100 gz_error(state, Z_MEM_ERROR, "out of memory"); 115 gz_error(state, Z_MEM_ERROR, "out of memory"); 185 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); 192 gz_error(state, Z_STREAM_ERROR, 197 gz_error(state, Z_MEM_ERROR, "out of memory"); 201 gz_error(state, Z_DATA_ERROR, 310 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); 457 gz_error(state, Z_DATA_ERROR, "out of room to push characters"); 584 gz_error(state, Z_OK, NULL);
|
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"); 559 gz_error(state, Z_OK, NULL);
|
D | gzlib.c | 85 gz_error(state, Z_OK, NULL); /* clear error */ 393 gz_error(state, Z_OK, NULL); 555 gz_error(state, Z_OK, NULL); 564 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
|
D | zlib.map | 17 gz_error;
|
D | gzguts.h | 180 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
D | zconf.h | 56 # define gz_error z_gz_error macro
|
D | zconf.h.cmakein | 58 # define gz_error z_gz_error
|
D | zconf.h.in | 56 # define gz_error z_gz_error macro
|
D | ChangeLog | 373 - Make compilers happier with const char * for gz_error message
|
/external/zlib/ |
D | zconf.h | 56 # define gz_error z_gz_error macro
|