Home
last modified time | relevance | path

Searched refs:UV_STRERROR_GEN (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/
H A Duv-common.c245 #define UV_STRERROR_GEN(name, msg) case UV_ ## name: return msg; macro
248 UV_ERRNO_MAP(UV_STRERROR_GEN) in uv_strerror()
252 #undef UV_STRERROR_GEN macro
/third_party/node/deps/uv/src/
H A Duv-common.c211 #define UV_STRERROR_GEN(name, msg) case UV_ ## name: return msg; macro
214 UV_ERRNO_MAP(UV_STRERROR_GEN) in uv_strerror()
218 #undef UV_STRERROR_GEN macro

Completed in 5 milliseconds