/external/libmicrohttpd/src/include/ |
D | w32functions.h | 104 #ifndef ENOTCONN 105 #define ENOTCONN (MHDW32ERRBASE+21) macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 118 ENOTCONN = 134 variable 125 LASTERRNO = ENOTCONN
|
/external/libcxx/include/ |
D | errno.h | 178 #ifndef ENOTCONN 179 #define ENOTCONN 9925 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
|
D | 4-1.c | 87 ENOTCONN, "ENOTCONN"}, {
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_recvfrom.c | 156 if (count != -1 || errno != ENOTCONN) in main() 192 if (count != -1 || errno != ENOTCONN) in main()
|
D | test_1_to_1_recvmsg.c | 170 if (count != -1 || errno != ENOTCONN) in main() 204 if (count != -1 || errno != ENOTCONN) in main()
|
D | test_1_to_1_shutdown.c | 158 if ((error != -1) || (errno != ENOTCONN)) in main() 212 if ((error != -1) || (errno != ENOTCONN)) in main()
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 86 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA() 87 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 81 #undef ENOTCONN 82 #define ENOTCONN WSAENOTCONN macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 237 #ifndef ENOTCONN 238 #error ENOTCONN not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 71 case WSAENOTCONN: return ENOTCONN; in MHD_W32_errno_from_winsock_() 158 case ENOTCONN: in MHD_W32_strerror_() 483 case ENOTCONN: in MHD_W32_set_last_winsock_error_()
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE, 252 if err.args[0] in (ENOTCONN, EINVAL): 411 if why.args[0] not in (ENOTCONN, EBADF):
|
/external/syslinux/gpxe/src/hci/ |
D | strerror.c | 117 { ENOTCONN, "Not connected" },
|
/external/c-ares/ |
D | setup_once.h | 435 #undef ENOTCONN /* override definition in errno.h */ 436 #define ENOTCONN WSAENOTCONN macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 89 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 505 #undef ENOTCONN /* override definition in errno.h */ 506 #define ENOTCONN WSAENOTCONN macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 326 #ifdef ENOTCONN in errno2name() 327 CASE(ENOTCONN); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 326 #ifdef ENOTCONN in errno2name() 327 CASE(ENOTCONN); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 326 #ifdef ENOTCONN in errno2name() 327 CASE(ENOTCONN); in errno2name()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 88 #define ENOTCONN 134 /* Transport endpoint is not connected */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 80 case ENOTCONN: in strerror_override()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 391 # ifndef ENOTCONN 392 # define ENOTCONN 126 macro 571 not_connected = ENOTCONN,
|
/external/syslinux/com32/include/ |
D | errno.h | 114 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 113 ENOTCONN = 134 variable
|