Searched refs:gz_error (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A 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(stat
[all...]
H A 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");
570 gz_error(state, Z_OK, NULL);
H A Dgzguts.h212 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
H A 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( function
H A Dzconf.h57 # define gz_error z_gz_error macro
/external/zlib/src/
H A 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(stat
[all...]
H A 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);
H A Dgzguts.h196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
H A 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) function
H A Dzconf.h57 # define gz_error z_gz_error macro
H A Dzconf.h.cmakein59 # define gz_error z_gz_error
H A Dzconf.h.in57 # define gz_error z_gz_error
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h57 # define gz_error z_gz_error macro
/external/zlib/
H A Dzconf.h57 # define gz_error z_gz_error macro

Completed in 178 milliseconds