Home
last modified time | relevance | path

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

/external/zlib/src/
Dgzguts.h120 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
124 # define zstrerror() strerror(errno) macro
126 # define zstrerror() "stdio error (consult errno)" macro
Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror());
103 gz_error(state, Z_ERRNO, zstrerror());
Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror());
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzguts.h136 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
140 # define zstrerror() strerror(errno) macro
142 # define zstrerror() "stdio error (consult errno)" macro
Dgzwrite.c86 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp()
103 gz_error(state, Z_ERRNO, zstrerror()); in gz_comp()
Dgzread.c36 gz_error(state, Z_ERRNO, zstrerror()); in gz_load()
/external/freetype/src/gzip/
Dzutil.h150 # define zstrerror(errnum) strerror(errnum) macro
152 # define zstrerror(errnum) "" macro