/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 140 #ifndef EPFNOSUPPORT 141 #define EPFNOSUPPORT (MHDW32ERRBASE+33) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 30 #undef EPFNOSUPPORT 31 #define EPFNOSUPPORT WSAEPFNOSUPPORT macro
|
/third_party/glib/gio/ |
D | gioerror.c | 190 #ifdef EPFNOSUPPORT in g_io_error_from_errno() 191 case EPFNOSUPPORT: in g_io_error_from_errno()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 60 case WSAEPFNOSUPPORT: return EPFNOSUPPORT; in MHD_W32_errno_from_winsock_() 136 case EPFNOSUPPORT: in MHD_W32_strerror_() 450 case EPFNOSUPPORT: in MHD_W32_set_last_winsock_error_()
|
/third_party/boost/boost/system/ |
D | linux_error.hpp | 71 protocol_no_supported = EPFNOSUPPORT,
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 147 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 96 #define EPFNOSUPPORT 123 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 96 #define EPFNOSUPPORT 123 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 96 #define EPFNOSUPPORT 123 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 98 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 97 #define EPFNOSUPPORT 96 macro
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 85 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 85 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 85 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 85 E(EPFNOSUPPORT, "Protocol family not supported")
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstsparsefile.c | 594 #ifdef EPFNOSUPPORT in gst_sparse_file_io_error_from_errno() 595 case EPFNOSUPPORT: in gst_sparse_file_io_error_from_errno()
|
/third_party/ltp/lib/ |
D | errnos.h | 129 PAIR(EPFNOSUPPORT) in tst_strerrno()
|
/third_party/python/Modules/ |
D | errnomodule.c | 243 #ifdef EPFNOSUPPORT in errno_exec() 244 add_errcode("EPFNOSUPPORT", EPFNOSUPPORT, "Protocol family not supported"); in errno_exec()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 416 #define EPFNOSUPPORT WSAEPFNOSUPPORT macro
|