/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 209 ENETRESET => "Network dropped connection because of reset", 1224 ENETRESET = libc::ENETRESET, 1369 libc::ENETRESET => ENETRESET, 1466 ENETRESET = libc::ENETRESET, 1584 libc::ENETRESET => ENETRESET, 1702 ENETRESET [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 89 #ifndef ENETRESET 90 #define ENETRESET (MHDW32ERRBASE+16) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 64 ENETRESET, "ENETRESET", ENETRESET}, {
|
H A D | 4-1.c | 59 ENETRESET, "ENETRESET"}, {
|
H A D | 3-1-buildonly.c | 50 static int dummy39 = ENETRESET;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 42 #undef ENETRESET macro 43 #define ENETRESET WSAENETRESET macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 66 case WSAENETRESET: return ENETRESET; in MHD_W32_errno_from_winsock_() 148 case ENETRESET: in MHD_W32_strerror_() 468 case ENETRESET: in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 361 #undef ENETRESET /* override definition in errno.h */ macro 362 #define ENETRESET WSAENETRESET macro
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 26 #undef ENETRESET macro 437 #ifdef ENETRESET in errno_exec() 438 add_errcode("ENETRESET", ENETRESET, "Network dropped connection because of reset"); in errno_exec() 441 add_errcode("ENETRESET", WSAENETRESET, "Network dropped connection because of reset"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 104 #define ENETRESET 102 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 104 #define ENETRESET 102 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 104 #define ENETRESET 102 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 103 #define ENETRESET 102 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 104 #define ENETRESET 102 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 153 #define ENETRESET 102 /* Network dropped connection because of reset */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 103 #define ENETRESET 102 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 102 #define ENETRESET 129 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 102 #define ENETRESET 129 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 102 #define ENETRESET 129 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 103 #define ENETRESET 102 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 103 #define ENETRESET 102 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 403 # undef ENETRESET /* override definition in errno.h */ macro 404 # define ENETRESET WSAENETRESET macro
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 46 C(ENETRESET) in f()
|
/third_party/ltp/lib/ |
H A D | errnos.h | 135 PAIR(ENETRESET) in tst_strerrno()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 104 pub const ENETRESET: u32 = 102; consts
|