Searched refs:zstrerror (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dgzguts.h53 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
57 # define zstrerror() strerror(errno) macro
59 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzread.c37 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzwrite.c81 gz_error(state, Z_ERRNO, zstrerror());
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h136 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
140 # define zstrerror() strerror(errno) macro
142 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h120 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
124 # define zstrerror() strerror(errno) macro
126 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
/external/zlib/src/
H A Dgzguts.h120 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
124 # define zstrerror() strerror(errno) macro
126 # define zstrerror() "stdio error (consult errno)" macro
H A Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
H A Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
/external/freetype/src/gzip/
H A Dzutil.h150 # define zstrerror(errnum) strerror(errnum) macro
152 # define zstrerror(errnum) "" macro

Completed in 1407 milliseconds