Searched defs:iErrorCode (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dsocket.h199 static inline int soIgnorableErrorCode(int iErrorCode) argument
201 return ( iErrorCode == EINPROGRESS
202 || iErrorCode == EAGAIN
203 || iErrorCode == EWOULDBLOCK);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock2.h311 int iErrorCode[FD_MAX_EVENTS]; member in struct:_WSANETWORKEVENTS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock2.h305 int iErrorCode[FD_MAX_EVENTS]; member in struct:_WSANETWORKEVENTS

Completed in 39 milliseconds