Home
last modified time | relevance | path

Searched refs:ECONNABORTED (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Derrno.h117 #define ECONNABORTED 53 /* Software caused connection abort */ macro
/device/linaro/bootloader/edk2/StdLib/Include/
Derrno.h115 #define ECONNABORTED __ECONNABORTED /* 53 Software caused connection abort */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
360 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
Dxmlrpclib.py1266 if i or e.errno not in (errno.ECONNRESET, errno.ECONNABORTED, errno.EPIPE):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Derrnomodule.c484 #ifdef ECONNABORTED in initerrno()
485 inscode(d, ds, de, "ECONNABORTED", ECONNABORTED, "Software caused connection abort"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Derrnomodule.c484 #ifdef ECONNABORTED in initerrno()
485 inscode(d, ds, de, "ECONNABORTED", ECONNABORTED, "Software caused connection abort"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Derrnomodule.c483 #ifdef ECONNABORTED in initerrno()
484 inscode(d, ds, de, "ECONNABORTED", ECONNABORTED, "Software caused connection abort"); in initerrno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_poplib.py255 if err.args[0] == errno.ECONNABORTED:
Dtest_ftplib.py285 if err.args[0] == errno.ECONNABORTED:
Dtest_ssl.py576 if err.args[0] == errno.ECONNABORTED:
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DTcp4.c385 pSocket->errno = ECONNABORTED; in EslTcp4ConnectPoll()
DTcp6.c403 pSocket->errno = ECONNABORTED; in EslTcp6ConnectPoll()