Home
last modified time | relevance | path

Searched refs:EREMOTE (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h134 #ifndef EREMOTE
135 #define EREMOTE (MHDW32ERRBASE+31) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h80 #undef EREMOTE
81 #define EREMOTE WSAEREMOTE macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c85 case WSAEREMOTE: return EREMOTE; in MHD_W32_errno_from_winsock_()
182 case EREMOTE: in MHD_W32_strerror_()
525 case EREMOTE: in MHD_W32_set_last_winsock_error_()
/third_party/boost/boost/system/
Dlinux_error.hpp74 remote_object = EREMOTE,
/third_party/musl/arch/mips/bits/
Derrno.h61 #define EREMOTE 66 macro
/third_party/lwip/src/include/lwip/
Derrno.h115 #define EREMOTE 66 /* Object is remote */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h61 #define EREMOTE 66 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h61 #define EREMOTE 66 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h67 #define EREMOTE 66 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h66 #define EREMOTE 66 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h66 #define EREMOTE 66 macro
/third_party/musl/arch/generic/bits/
Derrno.h66 #define EREMOTE 66 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h67 #define EREMOTE 66 macro
/third_party/uboot/u-boot-2020.01/include/linux/
Derrno.h74 #define EREMOTE 66 /* Object is remote */ macro
/third_party/ltp/lib/
Derrnos.h99 PAIR(EREMOTE) in tst_strerrno()
/third_party/uboot/u-boot-2020.01/lib/
Derrno_str.c80 ERRNO_MSG(EREMOTE, "Object is remote"),
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/
D_wsa_errnos.h223 #define EREMOTE WSAEREMOTE
/third_party/python/Modules/
Derrnomodule.c190 #ifdef EREMOTE in errno_exec()
191 add_errcode("EREMOTE", EREMOTE, "Object is remote"); in errno_exec()
/third_party/curl/lib/
Dcurl_setup_once.h460 #define EREMOTE WSAEREMOTE macro
/third_party/cares/
Dsetup_once.h521 #define EREMOTE WSAEREMOTE macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h521 #define EREMOTE WSAEREMOTE macro
/third_party/python/Doc/library/
Derrno.rst356 .. data:: EREMOTE
/third_party/ffmpeg/doc/
Derrno.txt135 EREMOTE +++... Object is remote
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c1225 #ifdef EREMOTE
1226 case EREMOTE: return "pathname hit remote file system";