Go to the documentation of this file.
27 # define UV__ERR(x) (-(x))
29 # define UV__ERR(x) (x)
32 #define UV__EOF (-4095)
33 #define UV__UNKNOWN (-4094)
35 #define UV__EAI_ADDRFAMILY (-3000)
36 #define UV__EAI_AGAIN (-3001)
37 #define UV__EAI_BADFLAGS (-3002)
38 #define UV__EAI_CANCELED (-3003)
39 #define UV__EAI_FAIL (-3004)
40 #define UV__EAI_FAMILY (-3005)
41 #define UV__EAI_MEMORY (-3006)
42 #define UV__EAI_NODATA (-3007)
43 #define UV__EAI_NONAME (-3008)
44 #define UV__EAI_OVERFLOW (-3009)
45 #define UV__EAI_SERVICE (-3010)
46 #define UV__EAI_SOCKTYPE (-3011)
47 #define UV__EAI_BADHINTS (-3013)
48 #define UV__EAI_PROTOCOL (-3014)
53 #if defined(E2BIG) && !defined(_WIN32)
54 # define UV__E2BIG UV__ERR(E2BIG)
56 # define UV__E2BIG (-4093)
59 #if defined(EACCES) && !defined(_WIN32)
60 # define UV__EACCES UV__ERR(EACCES)
62 # define UV__EACCES (-4092)
65 #if defined(EADDRINUSE) && !defined(_WIN32)
66 # define UV__EADDRINUSE UV__ERR(EADDRINUSE)
68 # define UV__EADDRINUSE (-4091)
71 #if defined(EADDRNOTAVAIL) && !defined(_WIN32)
72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
74 # define UV__EADDRNOTAVAIL (-4090)
77 #if defined(EAFNOSUPPORT) && !defined(_WIN32)
78 # define UV__EAFNOSUPPORT UV__ERR(EAFNOSUPPORT)
80 # define UV__EAFNOSUPPORT (-4089)
83 #if defined(EAGAIN) && !defined(_WIN32)
84 # define UV__EAGAIN UV__ERR(EAGAIN)
86 # define UV__EAGAIN (-4088)
89 #if defined(EALREADY) && !defined(_WIN32)
90 # define UV__EALREADY UV__ERR(EALREADY)
92 # define UV__EALREADY (-4084)
95 #if defined(EBADF) && !defined(_WIN32)
96 # define UV__EBADF UV__ERR(EBADF)
98 # define UV__EBADF (-4083)
101 #if defined(EBUSY) && !defined(_WIN32)
102 # define UV__EBUSY UV__ERR(EBUSY)
104 # define UV__EBUSY (-4082)
107 #if defined(ECANCELED) && !defined(_WIN32)
108 # define UV__ECANCELED UV__ERR(ECANCELED)
110 # define UV__ECANCELED (-4081)
113 #if defined(ECHARSET) && !defined(_WIN32)
114 # define UV__ECHARSET UV__ERR(ECHARSET)
116 # define UV__ECHARSET (-4080)
119 #if defined(ECONNABORTED) && !defined(_WIN32)
120 # define UV__ECONNABORTED UV__ERR(ECONNABORTED)
122 # define UV__ECONNABORTED (-4079)
125 #if defined(ECONNREFUSED) && !defined(_WIN32)
126 # define UV__ECONNREFUSED UV__ERR(ECONNREFUSED)
128 # define UV__ECONNREFUSED (-4078)
131 #if defined(ECONNRESET) && !defined(_WIN32)
132 # define UV__ECONNRESET UV__ERR(ECONNRESET)
134 # define UV__ECONNRESET (-4077)
137 #if defined(EDESTADDRREQ) && !defined(_WIN32)
138 # define UV__EDESTADDRREQ UV__ERR(EDESTADDRREQ)
140 # define UV__EDESTADDRREQ (-4076)
143 #if defined(EEXIST) && !defined(_WIN32)
144 # define UV__EEXIST UV__ERR(EEXIST)
146 # define UV__EEXIST (-4075)
149 #if defined(EFAULT) && !defined(_WIN32)
150 # define UV__EFAULT UV__ERR(EFAULT)
152 # define UV__EFAULT (-4074)
155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
158 # define UV__EHOSTUNREACH (-4073)
161 #if defined(EINTR) && !defined(_WIN32)
162 # define UV__EINTR UV__ERR(EINTR)
164 # define UV__EINTR (-4072)
167 #if defined(EINVAL) && !defined(_WIN32)
168 # define UV__EINVAL UV__ERR(EINVAL)
170 # define UV__EINVAL (-4071)
173 #if defined(EIO) && !defined(_WIN32)
174 # define UV__EIO UV__ERR(EIO)
176 # define UV__EIO (-4070)
179 #if defined(EISCONN) && !defined(_WIN32)
180 # define UV__EISCONN UV__ERR(EISCONN)
182 # define UV__EISCONN (-4069)
185 #if defined(EISDIR) && !defined(_WIN32)
186 # define UV__EISDIR UV__ERR(EISDIR)
188 # define UV__EISDIR (-4068)
191 #if defined(ELOOP) && !defined(_WIN32)
192 # define UV__ELOOP UV__ERR(ELOOP)
194 # define UV__ELOOP (-4067)
197 #if defined(EMFILE) && !defined(_WIN32)
198 # define UV__EMFILE UV__ERR(EMFILE)
200 # define UV__EMFILE (-4066)
203 #if defined(EMSGSIZE) && !defined(_WIN32)
204 # define UV__EMSGSIZE UV__ERR(EMSGSIZE)
206 # define UV__EMSGSIZE (-4065)
209 #if defined(ENAMETOOLONG) && !defined(_WIN32)
210 # define UV__ENAMETOOLONG UV__ERR(ENAMETOOLONG)
212 # define UV__ENAMETOOLONG (-4064)
215 #if defined(ENETDOWN) && !defined(_WIN32)
216 # define UV__ENETDOWN UV__ERR(ENETDOWN)
218 # define UV__ENETDOWN (-4063)
221 #if defined(ENETUNREACH) && !defined(_WIN32)
222 # define UV__ENETUNREACH UV__ERR(ENETUNREACH)
224 # define UV__ENETUNREACH (-4062)
227 #if defined(ENFILE) && !defined(_WIN32)
228 # define UV__ENFILE UV__ERR(ENFILE)
230 # define UV__ENFILE (-4061)
233 #if defined(ENOBUFS) && !defined(_WIN32)
234 # define UV__ENOBUFS UV__ERR(ENOBUFS)
236 # define UV__ENOBUFS (-4060)
239 #if defined(ENODEV) && !defined(_WIN32)
240 # define UV__ENODEV UV__ERR(ENODEV)
242 # define UV__ENODEV (-4059)
245 #if defined(ENOENT) && !defined(_WIN32)
246 # define UV__ENOENT UV__ERR(ENOENT)
248 # define UV__ENOENT (-4058)
251 #if defined(ENOMEM) && !defined(_WIN32)
252 # define UV__ENOMEM UV__ERR(ENOMEM)
254 # define UV__ENOMEM (-4057)
257 #if defined(ENONET) && !defined(_WIN32)
258 # define UV__ENONET UV__ERR(ENONET)
260 # define UV__ENONET (-4056)
263 #if defined(ENOSPC) && !defined(_WIN32)
264 # define UV__ENOSPC UV__ERR(ENOSPC)
266 # define UV__ENOSPC (-4055)
269 #if defined(ENOSYS) && !defined(_WIN32)
270 # define UV__ENOSYS UV__ERR(ENOSYS)
272 # define UV__ENOSYS (-4054)
275 #if defined(ENOTCONN) && !defined(_WIN32)
276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
278 # define UV__ENOTCONN (-4053)
281 #if defined(ENOTDIR) && !defined(_WIN32)
282 # define UV__ENOTDIR UV__ERR(ENOTDIR)
284 # define UV__ENOTDIR (-4052)
287 #if defined(ENOTEMPTY) && !defined(_WIN32)
288 # define UV__ENOTEMPTY UV__ERR(ENOTEMPTY)
290 # define UV__ENOTEMPTY (-4051)
293 #if defined(ENOTSOCK) && !defined(_WIN32)
294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
296 # define UV__ENOTSOCK (-4050)
299 #if defined(ENOTSUP) && !defined(_WIN32)
300 # define UV__ENOTSUP UV__ERR(ENOTSUP)
302 # define UV__ENOTSUP (-4049)
305 #if defined(EPERM) && !defined(_WIN32)
306 # define UV__EPERM UV__ERR(EPERM)
308 # define UV__EPERM (-4048)
311 #if defined(EPIPE) && !defined(_WIN32)
312 # define UV__EPIPE UV__ERR(EPIPE)
314 # define UV__EPIPE (-4047)
317 #if defined(EPROTO) && !defined(_WIN32)
318 # define UV__EPROTO UV__ERR(EPROTO)
320 # define UV__EPROTO UV__ERR(4046)
323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
326 # define UV__EPROTONOSUPPORT (-4045)
329 #if defined(EPROTOTYPE) && !defined(_WIN32)
330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
332 # define UV__EPROTOTYPE (-4044)
335 #if defined(EROFS) && !defined(_WIN32)
336 # define UV__EROFS UV__ERR(EROFS)
338 # define UV__EROFS (-4043)
341 #if defined(ESHUTDOWN) && !defined(_WIN32)
342 # define UV__ESHUTDOWN UV__ERR(ESHUTDOWN)
344 # define UV__ESHUTDOWN (-4042)
347 #if defined(ESPIPE) && !defined(_WIN32)
348 # define UV__ESPIPE UV__ERR(ESPIPE)
350 # define UV__ESPIPE (-4041)
353 #if defined(ESRCH) && !defined(_WIN32)
354 # define UV__ESRCH UV__ERR(ESRCH)
356 # define UV__ESRCH (-4040)
359 #if defined(ETIMEDOUT) && !defined(_WIN32)
360 # define UV__ETIMEDOUT UV__ERR(ETIMEDOUT)
362 # define UV__ETIMEDOUT (-4039)
365 #if defined(ETXTBSY) && !defined(_WIN32)
366 # define UV__ETXTBSY UV__ERR(ETXTBSY)
368 # define UV__ETXTBSY (-4038)
371 #if defined(EXDEV) && !defined(_WIN32)
372 # define UV__EXDEV UV__ERR(EXDEV)
374 # define UV__EXDEV (-4037)
377 #if defined(EFBIG) && !defined(_WIN32)
378 # define UV__EFBIG UV__ERR(EFBIG)
380 # define UV__EFBIG (-4036)
383 #if defined(ENOPROTOOPT) && !defined(_WIN32)
384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
386 # define UV__ENOPROTOOPT (-4035)
389 #if defined(ERANGE) && !defined(_WIN32)
390 # define UV__ERANGE UV__ERR(ERANGE)
392 # define UV__ERANGE (-4034)
395 #if defined(ENXIO) && !defined(_WIN32)
396 # define UV__ENXIO UV__ERR(ENXIO)
398 # define UV__ENXIO (-4033)
401 #if defined(EMLINK) && !defined(_WIN32)
402 # define UV__EMLINK UV__ERR(EMLINK)
404 # define UV__EMLINK (-4032)
411 #if defined(EHOSTDOWN) && !defined(_WIN32)
412 # define UV__EHOSTDOWN UV__ERR(EHOSTDOWN)
413 #elif defined(__APPLE__) || \
414 defined(__DragonFly__) || \
415 defined(__FreeBSD__) || \
416 defined(__FreeBSD_kernel__) || \
417 defined(__NetBSD__) || \
419 # define UV__EHOSTDOWN (-64)
421 # define UV__EHOSTDOWN (-4031)
424 #if defined(EREMOTEIO) && !defined(_WIN32)
425 # define UV__EREMOTEIO UV__ERR(EREMOTEIO)
427 # define UV__EREMOTEIO (-4030)
430 #if defined(ENOTTY) && !defined(_WIN32)
431 # define UV__ENOTTY UV__ERR(ENOTTY)
433 # define UV__ENOTTY (-4029)
436 #if defined(EFTYPE) && !defined(_WIN32)
437 # define UV__EFTYPE UV__ERR(EFTYPE)
439 # define UV__EFTYPE (-4028)
442 #if defined(EILSEQ) && !defined(_WIN32)
443 # define UV__EILSEQ UV__ERR(EILSEQ)
445 # define UV__EILSEQ (-4027)
grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:59:15