Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h64 # define ECONNRESET 10054 macro
Dstrerror.c109 case ECONNRESET: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp79 #ifndef ECONNRESET
80 #error ECONNRESET not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno111 #ifndef ECONNRESET
112 #define ECONNRESET 9909
Dsystem_error132 connection_reset, // ECONNRESET
264 connection_reset = ECONNRESET,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp31 static_assert(static_cast<int>(std::errc::connection_reset) == ECONNRESET, ""); in main()