Searched defs:WSABASEERR (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h830 * All Windows Sockets error constants are biased by WSABASEERR from
833 #define WSABASEERR 10000 macro
837 #define WSAEINTR (WSABASEERR+4)
838 #define WSAEBADF (WSABASEERR+9)
839 #define WSAEACCES (WSABASEERR+13)
840 #define WSAEFAULT (WSABASEERR+14)
841 #define WSAEINVAL (WSABASEERR+22)
842 #define WSAEMFILE (WSABASEERR+24)
847 #define WSAEWOULDBLOCK (WSABASEERR+35)
848 #define WSAEINPROGRESS (WSABASEERR
[all...]
H A Dwinerror.h1795 * All Windows Sockets error constants are biased by WSABASEERR from
1798 #define WSABASEERR 10000 macro
1802 #define WSAEINTR (WSABASEERR+4)
1803 #define WSAEBADF (WSABASEERR+9)
1804 #define WSAEACCES (WSABASEERR+13)
1805 #define WSAEFAULT (WSABASEERR+14)
1806 #define WSAEINVAL (WSABASEERR+22)
1807 #define WSAEMFILE (WSABASEERR+24)
1812 #define WSAEWOULDBLOCK (WSABASEERR+35)
1813 #define WSAEINPROGRESS (WSABASEERR
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h860 * All Windows Sockets error constants are biased by WSABASEERR from
863 #define WSABASEERR 10000 macro
867 #define WSAEINTR (WSABASEERR+4)
868 #define WSAEBADF (WSABASEERR+9)
869 #define WSAEACCES (WSABASEERR+13)
870 #define WSAEFAULT (WSABASEERR+14)
871 #define WSAEINVAL (WSABASEERR+22)
872 #define WSAEMFILE (WSABASEERR+24)
877 #define WSAEWOULDBLOCK (WSABASEERR+35)
878 #define WSAEINPROGRESS (WSABASEERR
[all...]
H A Dwinerror.h1577 * All Windows Sockets error constants are biased by WSABASEERR from
1580 #define WSABASEERR 10000 macro
1584 #define WSAEINTR (WSABASEERR+4)
1585 #define WSAEBADF (WSABASEERR+9)
1586 #define WSAEACCES (WSABASEERR+13)
1587 #define WSAEFAULT (WSABASEERR+14)
1588 #define WSAEINVAL (WSABASEERR+22)
1589 #define WSAEMFILE (WSABASEERR+24)
1594 #define WSAEWOULDBLOCK (WSABASEERR+35)
1595 #define WSAEINPROGRESS (WSABASEERR
[all...]

Completed in 106 milliseconds