Searched refs:ECONNABORTED (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dcompat.rb16 # ECONNABORTED:: Client sent TCP reset (RST) before server has accepted the
34 class ECONNABORTED < SystemCallError; end class in class:Errno
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Derrno2result.c65 #ifdef ECONNABORTED
66 case ECONNABORTED:
/macosx-10.10/ntp-92/lib/isc/unix/
H A Derrno2result.c65 #ifdef ECONNABORTED
66 case ECONNABORTED:
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsane_accept.c61 ECONNABORTED,
85 * XXX FreeBSD 4.2-STABLE accept() returns ECONNABORTED when a UNIX-domain
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Derrno.h117 #define ECONNABORTED 53 /* Software caused connection abort */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Derrno.h117 #define ECONNABORTED 53 /* Software caused connection abort */ macro
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Derrno.h117 #define ECONNABORTED 53 /* Software caused connection abort */ macro
/macosx-10.10/libxml2-26/libxml2/include/
H A Dwsockcompat.h62 #define ECONNABORTED WSAECONNABORTED macro
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h59 #define ECONNABORTED WSAECONNABORTED macro
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A DtclErrno.h73 #define ECONNABORTED 53 /* Software caused connection abort */ macro
/macosx-10.10/tcpdump-61/tcpdump/win32/Include/
H A Derrno.h108 #define ECONNABORTED 103 /* Software caused connection abort */ macro
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c244 #ifdef ECONNABORTED
245 return (ECONNABORTED);
/macosx-10.10/tcl-105/tcl_ext/tls/tls/
H A DtlsInt.h66 #ifndef ECONNABORTED
67 #define ECONNABORTED 130 /* Software caused connection abort */ macro
H A DtlsIO.c377 *errorCodePtr = ECONNABORTED;
493 *errorCodePtr = ECONNABORTED;
903 *errorCodePtr = ECONNABORTED;
923 *errorCodePtr = ECONNABORTED;
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Dmaperrorcode.c59 { SOCECONNABORTED, ECONNABORTED },
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrerror.c154 ERRSTR(ECONNABORTED, "Software caused connection abort");
/macosx-10.10/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h133 #define ECONNABORTED WSAECONNABORTED macro
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d129 inline int ECONNABORTED = 53;
130 #pragma D binding "1.0" ECONNABORTED
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h170 #define ECONNABORTED 53 /* Software caused connection abort */ macro
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h497 #undef ECONNABORTED /* override definition in errno.h */ macro
498 #define ECONNABORTED WSAECONNABORTED macro
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinPort.h165 #ifndef ECONNABORTED
166 # define ECONNABORTED 130 /* Software caused connection abort */ macro
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h155 #ifndef ECONNABORTED
156 # define ECONNABORTED 130 /* Software caused connection abort */ macro
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Dsystem_error.h136 connection_aborted, // ECONNABORTED
267 # ifndef ECONNABORTED
268 # define ECONNABORTED 106 macro
504 connection_aborted = ECONNABORTED,
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnet.h210 #define ECONNABORTED WSAECONNABORTED macro
/macosx-10.10/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h144 #define ECONNABORTED WSAECONNABORTED macro

Completed in 413 milliseconds

123