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

/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/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 247 milliseconds