Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/include/
H A Dwsockcompat.h37 #ifndef EINPROGRESS
38 #define EINPROGRESS WSAEINPROGRESS macro
/reactos/modules/rosapps/applications/net/ncftp/sio/
H A DSConnect.c85 && (errno != EWOULDBLOCK) && (errno != EINPROGRESS) in SConnect()
152 if (cErrno == EINPROGRESS) { in SConnect()
H A Dsio.h103 #if !defined(EINPROGRESS) && defined(WSAEINPROGRESS)
104 # define EINPROGRESS WSAEINPROGRESS macro
/reactos/drivers/network/tcpip/lwip/src/api/
H A Derr.c54 EINPROGRESS, /* ERR_INPROGRESS -5 Operation in progress */
/reactos/sdk/include/crt/
H A Derrno.h73 #define EINPROGRESS 112 macro
/reactos/drivers/network/tcpip/lwip/test/unit/api/
H A Dtest_sockets.c141 fail_unless(errno == EINPROGRESS); in test_sockets_allfunctions_basic_domain()
318 fail_unless(errno == EINPROGRESS); in test_sockets_msgapi_tcp()
739 fail_unless(err == EINPROGRESS); in START_TEST()
740 if (err != EINPROGRESS) { in START_TEST()
/reactos/sdk/include/ucrt/
H A Derrno.h101 #define EINPROGRESS 112 macro
/reactos/sdk/lib/3rdparty/adns/adns_win32/
H A Dadns_win32.h120 #define EINPROGRESS WSAEINPROGRESS macro
/reactos/drivers/filesystems/ext2/inc/linux/
H A Derrno.h126 #define EINPROGRESS 115 /* Operation now in progress */ macro
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Derrno.h164 #define EINPROGRESS 115 /* Operation now in progress */ macro
/reactos/sdk/lib/3rdparty/libxml2/
H A Dnanohttp.c176 return(EINPROGRESS); in socket_errno()
584 case EINPROGRESS: in xmlNanoHTTPRecv()
932 case EINPROGRESS: in xmlNanoHTTPConnectAttempt()
H A DxmlIO.c284 #ifdef EINPROGRESS in __xmlIOErr()
285 else if (errno == EINPROGRESS) code = XML_IO_EINPROGRESS; in __xmlIOErr()
392 #ifdef EINPROGRESS in __xmlIOErr()
393 else if (errno == EINPROGRESS) code = XML_IO_EINPROGRESS; in __xmlIOErr()
/reactos/sdk/lib/3rdparty/adns/src/
H A Devent.c137 if (errno == EWOULDBLOCK || errno == EINPROGRESS) { in adns__tcp_tryconnect()
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG1903 * sockets.c: Fixed bug #31590: getsockopt(... SO_ERROR ...) gives EINPROGRESS