Home
last modified time | relevance | path

Searched refs:z_errmsg (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/zlib/
H A Dzutil.h56 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
59 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzutil.c13 z_const char * const z_errmsg[10] = { variable