Searched refs:gz_error (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzread.c | 36 gz_error(state, Z_ERRNO, zstrerror()); 101 gz_error(state, Z_MEM_ERROR, "out of memory"); 116 gz_error(state, Z_MEM_ERROR, "out of memory"); 186 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); 193 gz_error(state, Z_STREAM_ERROR, 198 gz_error(state, Z_MEM_ERROR, "out of memory"); 202 gz_error(state, Z_DATA_ERROR, 311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); 462 gz_error(state, Z_DATA_ERROR, "out of room to push characters"); 589 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, 187 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); 571 gz_error(state, Z_OK, NULL);
|
D | gzlib.c | 85 gz_error(state, Z_OK, NULL); /* clear error */ 403 gz_error(state, Z_OK, NULL); 566 gz_error(state, Z_OK, NULL); 575 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() function
|
D | gzguts.h | 196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
D | zconf.h | 57 # define gz_error z_gz_error macro
|
D | ChangeLog | 436 - Make compilers happier with const char * for gz_error message
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | gzguts.h | 202 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zconf.h | 62 # define gz_error z_gz_error macro
|