OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UV__ERR
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
uv.h
43
#if !defined(
UV__ERR
)
44
#define
UV__ERR
(x) (-(x))
/src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
uv-compat.h
45
#if !defined(
UV__ERR
)
46
#define
UV__ERR
(x) (-(x))
/src/external/mit/libuv/dist/include/uv/
errno.h
27
# define
UV__ERR
(x) (-(x))
29
# define
UV__ERR
(x) (x)
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
(EBADF
[
all
...]
/src/external/mit/libuv/dist/src/
uv-common.h
46
# define
UV__ERR
(x) (-(x))
48
# define
UV__ERR
(x) (x)
/src/external/mit/libuv/dist/include/
uv.h
1985
#undef
UV__ERR
Completed in 34 milliseconds
Indexes created Thu May 21 00:25:23 UTC 2026