HomeSort by relevance Sort by last modified time
    Searched refs:WSABASEERR (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
mpdosock.h 534 * All Windows Sockets error constants are biased by WSABASEERR from
537 #define WSABASEERR 10000
541 #define WSAEINTR (WSABASEERR+4)
542 #define WSAEBADF (WSABASEERR+9)
543 #define WSAEACCES (WSABASEERR+13)
544 #define WSAEFAULT (WSABASEERR+14)
545 #define WSAEINVAL (WSABASEERR+22)
546 #define WSAEMFILE (WSABASEERR+24)
551 #define WSAEWOULDBLOCK (WSABASEERR+35)
552 #define WSAEINPROGRESS (WSABASEERR+36)
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
w32err.c 45 if (ercode > WSABASEERR) {

Completed in 54 milliseconds