Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
H A Dzutil.h43 extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
46 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzutil.c14 const char * const z_errmsg[10] = { variable
/third_party/node/deps/v8/third_party/zlib/
H A Dzutil.h60 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
63 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dchromeconf.h165 #define z_errmsg Cr_z_z_errmsg macro
H A Dzutil.c13 z_const char * const z_errmsg[10] = { variable
/third_party/node/deps/zlib/
H A Dzutil.h71 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
74 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzutil.c13 z_const char * const z_errmsg[10] = { variable
H A Dchromeconf.h168 #define z_errmsg Cr_z_z_errmsg macro
/third_party/skia/third_party/externals/zlib/
H A Dzutil.h64 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
67 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dchromeconf.h165 #define z_errmsg Cr_z_z_errmsg macro
H A Dzutil.c13 z_const char * const z_errmsg[10] = { variable
/third_party/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[(err) < -6 || (err) > 2 ? 9 : 2 - (err)]
H A Dzutil.c13 z_const char * const z_errmsg[10] = { variable

Completed in 7 milliseconds