Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/libuv/include/uv/
H A Derrno.h27 # define UV__ERR(x) (-(x)) macro
29 # define UV__ERR(x) (x) macro
54 # define UV__E2BIG UV__ERR(E2BIG)
60 # define UV__EACCES UV__ERR(EACCES)
66 # define UV__EADDRINUSE UV__ERR(EADDRINUSE)
72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
78 # define UV__EAFNOSUPPORT UV__ERR(EAFNOSUPPORT)
84 # define UV__EAGAIN UV__ERR(EAGAIN)
90 # define UV__EALREADY UV__ERR(EALREADY)
96 # define UV__EBADF UV__ERR(EBAD
[all...]
/interface/sdk_c/third_party/libuv/include/uv_ndk/
H A Duv.h1821 #undef UV__ERR macro

Completed in 4 milliseconds