Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/zlib/
Dgzguts.h129 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
133 # define zstrerror() strerror(errno) macro
135 # define zstrerror() "stdio error (consult errno)" macro
Dgzwrite.c91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
/external/zlib/src/
Dgzguts.h129 # define zstrerror() gz_strwinerror((DWORD)GetLastError()) macro
133 # define zstrerror() strerror(errno) macro
135 # define zstrerror() "stdio error (consult errno)" macro
Dgzwrite.c91 gz_error(state, Z_ERRNO, zstrerror());
112 gz_error(state, Z_ERRNO, zstrerror());
Dgzread.c41 gz_error(state, Z_ERRNO, zstrerror());
/external/freetype/src/gzip/
Dzutil.h150 # define zstrerror(errnum) strerror(errnum) macro
152 # define zstrerror(errnum) "" macro