/external/pdfium/third_party/zlib_v128/ |
D | gzread.c | 36 gz_error(state, Z_ERRNO, zstrerror()); in gz_load() 101 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 116 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_look() 186 gz_error(state, Z_BUF_ERROR, "unexpected end of file"); in gz_decomp() 193 gz_error(state, Z_STREAM_ERROR, in gz_decomp() 198 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_decomp() 202 gz_error(state, Z_DATA_ERROR, in gz_decomp() 311 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); in gzread() 462 gz_error(state, Z_DATA_ERROR, "out of room to push characters"); in gzungetc() 589 gz_error(state, Z_OK, NULL); in gzclose_r()
|
D | gzwrite.c | 24 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 34 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 47 gz_error(state, Z_MEM_ERROR, "out of memory"); in gz_init() 86 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 103 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp() 117 gz_error(state, Z_STREAM_ERROR, in gz_comp() 187 gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); in gzwrite() 570 gz_error(state, Z_OK, NULL); in gzclose_w()
|
D | gzlib.c | 85 gz_error(state, Z_OK, NULL); /* clear error */ in gz_reset() 403 gz_error(state, Z_OK, NULL); in gzseek64() 566 gz_error(state, Z_OK, NULL); in gzclearerr() 575 void ZLIB_INTERNAL gz_error( in gz_error() function
|
D | gzguts.h | 212 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
|
D | zconf.h | 57 # define gz_error z_gz_error macro
|
/external/opencv3/3rdparty/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.cmakein | 59 # define gz_error z_gz_error
|
D | ChangeLog | 436 - Make compilers happier with const char * for gz_error message
|
/external/zlib/src/ |
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 | zlib.map | 17 gz_error;
|
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 | zconf.h.cmakein | 59 # define gz_error z_gz_error
|
D | zconf.h.in | 57 # define gz_error z_gz_error macro
|
D | ChangeLog | 436 - Make compilers happier with const char * for gz_error message
|
/external/zlib/ |
D | zconf.h | 57 # define gz_error z_gz_error macro
|