Home
last modified time | relevance | path

Searched refs:gz_error (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/third_party/zlib_v128/
Dgzread.c36 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()
Dgzwrite.c24 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()
Dgzlib.c85 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
Dgzguts.h212 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
Dzconf.h57 # define gz_error z_gz_error macro
/external/opencv3/3rdparty/zlib/
Dgzread.c36 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);
Dgzwrite.c24 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);
Dgzlib.c85 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
Dgzguts.h196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
Dzconf.h.cmakein59 # define gz_error z_gz_error
DChangeLog436 - Make compilers happier with const char * for gz_error message
/external/zlib/src/
Dgzread.c36 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);
Dgzwrite.c24 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);
Dgzlib.c85 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
Dzlib.map17 gz_error;
Dgzguts.h196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
Dzconf.h57 # define gz_error z_gz_error macro
Dzconf.h.cmakein59 # define gz_error z_gz_error
Dzconf.h.in57 # define gz_error z_gz_error macro
DChangeLog436 - Make compilers happier with const char * for gz_error message
/external/zlib/
Dzconf.h57 # define gz_error z_gz_error macro